Html Css Color HEX #5F5419 Bronze Olive

📋 copy color: '#5F5419'

red 95 ◦ green 84 ◦ blue 25

#5F5419
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #5F5419

Tints of Bronze Olive #5F5419

RGB

 RED value IS 95 (37.5% from 255) = 46.57%

 GREEN value IS 84 (33.2% from 255) = 41.18%

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 46.57%
G = 41.18%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.63

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F5419 (or 0x5F5419) is known color: Bronze Olive. HEX triplet: 5F, 54 and 19. RGB value is (95,84,25). Sum of RGB (Red+Green+Blue) = 95+84+25=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5419 is #A0ABE6. Grayscale: #505050. Windows color (decimal): -10529767 or 1659999. OLE color: 1659999.

HSL color Cylindrical-coordinate representation of color #5F5419: hue angle of 50.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F5419 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 84 25 -
CMYK 0 0.12 0.74 0.63
HSL 50.57º 0.58% 0.24% -
HSV(B) 50.57º 0.74% 0.37% -
XYZ 8.07 8.84 2.2 -
YUV 80.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 95 84 25 0 0.12 0.74 0.63 50.57 0.58 0.24
Hex 5F 54 19 0 C 4A 3F 33 3A 18
Octal 137 124 31 0 14 112 77 63 72 30
Binary 1011111 1010100 11001 0 1100 1001010 111111 110011 111010 11000

Color Harmonies of #5F5419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5419

Black with #5F5419

Text Example


Text Example

White with #5F5419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F5419; }

 p { color: rgb(95,84,25); }

 H1.HeaderClassName
 {
   color: #5F5419;
 }
 .AnyTagClassName
 {
   color: #5F5419;
 }
</style>

background-color css

<style>
 a { background-color: #5F5419; }

 a { background-color: rgb(95,84,25); }

 div.DivClassName
 {
   background-color: #5F5419;
 }
 .BgClassName
 {
   background-color: #5F5419;
 }
</style>

border-color css

<style>
 span { border-color: #5F5419; }

 span { border-color: rgb(95,84,25); }

 td.TdClassName
 {
   border-color: #5F5419;
 }
 .TagClassName
 {
   border-color: #5F5419;
 }
</style>