Html Css Color HEX #574D24 Bronze Olive

📋 copy color: '#574D24'

red 87 ◦ green 77 ◦ blue 36

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

Shades of Bronze Olive #574D24

Tints of Bronze Olive #574D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.5%

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

R = 43.5%
G = 38.5%
B = 18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#574D24 (or 0x574D24) is known color: Bronze Olive. HEX triplet: 57, 4D and 24. RGB value is (87,77,36). Sum of RGB (Red+Green+Blue) = 87+77+36=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #574D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D24 is #A8B2DB. Grayscale: #4B4B4B. Windows color (decimal): -11055836 or 2379095. OLE color: 2379095.

HSL color Cylindrical-coordinate representation of color #574D24: hue angle of 48.24º 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 #574D24 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 77 36 -
CMYK 0 0.11 0.59 0.66
HSL 48.24º 0.41% 0.24% -
HSV(B) 48.24º 0.59% 0.34% -
XYZ 6.9 7.46 2.75 -
YUV 75.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 87 77 36 0 0.11 0.59 0.66 48.24 0.41 0.24
Hex 57 4D 24 0 B 3B 42 30 29 18
Octal 127 115 44 0 13 73 102 60 51 30
Binary 1010111 1001101 100100 0 1011 111011 1000010 110000 101001 11000

Color Harmonies of #574D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D24

Black with #574D24

Text Example


Text Example

White with #574D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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