Html Css Color HEX #5F570C Bronze Olive

📋 copy color: '#5F570C'

red 95 ◦ green 87 ◦ blue 12

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

Shades of Bronze Olive #5F570C

Tints of Bronze Olive #5F570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.85%

 BLUE value IS 12 (5.08% from 255) = 6.19%

R = 48.97%
G = 44.85%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#5F570C (or 0x5F570C) is known color: Bronze Olive. HEX triplet: 5F, 57 and 0C. RGB value is (95,87,12). Sum of RGB (Red+Green+Blue) = 95+87+12=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F570C is #A0A8F3. Grayscale: #515151. Windows color (decimal): -10529012 or 808799. OLE color: 808799.

HSL color Cylindrical-coordinate representation of color #5F570C: hue angle of 54.22º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F570C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 87 12 -
CMYK 0 0.08 0.87 0.63
HSL 54.22º 0.78% 0.21% -
HSV(B) 54.22º 0.87% 0.37% -
XYZ 8.19 9.28 1.71 -
YUV 80.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 95 87 12 0 0.08 0.87 0.63 54.22 0.78 0.21
Hex 5F 57 C 0 8 57 3F 36 4E 15
Octal 137 127 14 0 10 127 77 66 116 25
Binary 1011111 1010111 1100 0 1000 1010111 111111 110110 1001110 10101

Color Harmonies of #5F570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F570C

Black with #5F570C

Text Example


Text Example

White with #5F570C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,87,12); }

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

background-color css

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

 a { background-color: rgb(95,87,12); }

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

border-color css

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

 span { border-color: rgb(95,87,12); }

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