Html Css Color HEX #575118 Bronze Olive

📋 copy color: '#575118'

red 87 ◦ green 81 ◦ blue 24

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

Shades of Bronze Olive #575118

Tints of Bronze Olive #575118

RGB

 RED value IS 87 (34.38% from 255) = 45.31%

 GREEN value IS 81 (32.03% from 255) = 42.19%

 BLUE value IS 24 (9.77% from 255) = 12.5%

R = 45.31%
G = 42.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#575118 (or 0x575118) is known color: Bronze Olive. HEX triplet: 57, 51 and 18. RGB value is (87,81,24). Sum of RGB (Red+Green+Blue) = 87+81+24=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #575118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575118 is #A8AEE7. Grayscale: #4C4C4C. Windows color (decimal): -11054824 or 1593687. OLE color: 1593687.

HSL color Cylindrical-coordinate representation of color #575118: hue angle of 54.29º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #575118 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 24 -
CMYK 0 0.07 0.72 0.66
HSL 54.29º 0.57% 0.22% -
HSV(B) 54.29º 0.72% 0.34% -
XYZ 7.04 7.98 2.03 -
YUV 76.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 87 81 24 0 0.07 0.72 0.66 54.29 0.57 0.22
Hex 57 51 18 0 7 48 42 36 39 16
Octal 127 121 30 0 7 110 102 66 71 26
Binary 1010111 1010001 11000 0 111 1001000 1000010 110110 111001 10110

Color Harmonies of #575118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575118

Black with #575118

Text Example


Text Example

White with #575118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575118; }

 p { color: rgb(87,81,24); }

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

background-color css

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

 a { background-color: rgb(87,81,24); }

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

border-color css

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

 span { border-color: rgb(87,81,24); }

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