Html Css Color HEX #575124 Bronze Olive

📋 copy color: '#575124'

red 87 ◦ green 81 ◦ blue 36

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

Shades of Bronze Olive #575124

Tints of Bronze Olive #575124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 42.65%
G = 39.71%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#575124 (or 0x575124) is known color: Bronze Olive. HEX triplet: 57, 51 and 24. RGB value is (87,81,36). Sum of RGB (Red+Green+Blue) = 87+81+36=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #575124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575124 is #A8AEDB. Grayscale: #4D4D4D. Windows color (decimal): -11054812 or 2380119. OLE color: 2380119.

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

Color convert

RGB 87 81 36 -
CMYK 0 0.07 0.59 0.66
HSL 52.94º 0.41% 0.24% -
HSV(B) 52.94º 0.59% 0.34% -
XYZ 7.19 8.04 2.84 -
YUV 77.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 87 81 36 0 0.07 0.59 0.66 52.94 0.41 0.24
Hex 57 51 24 0 7 3B 42 35 29 18
Octal 127 121 44 0 7 73 102 65 51 30
Binary 1010111 1010001 100100 0 111 111011 1000010 110101 101001 11000

Color Harmonies of #575124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575124

Black with #575124

Text Example


Text Example

White with #575124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575124; }

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

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

background-color css

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

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

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

border-color css

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

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

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