Html Css Color HEX #574520 Bronze Olive

📋 copy color: '#574520'

red 87 ◦ green 69 ◦ blue 32

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

Shades of Bronze Olive #574520

Tints of Bronze Olive #574520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 46.28%
G = 36.7%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#574520 (or 0x574520) is known color: Bronze Olive. HEX triplet: 57, 45 and 20. RGB value is (87,69,32). Sum of RGB (Red+Green+Blue) = 87+69+32=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #574520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574520 is #A8BADF. Grayscale: #464646. Windows color (decimal): -11057888 or 2114903. OLE color: 2114903.

HSL color Cylindrical-coordinate representation of color #574520: hue angle of 40.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574520 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 69 32 -
CMYK 0 0.21 0.63 0.66
HSL 40.36º 0.46% 0.23% -
HSV(B) 40.36º 0.63% 0.34% -
XYZ 6.32 6.39 2.27 -
YUV 70.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 87 69 32 0 0.21 0.63 0.66 40.36 0.46 0.23
Hex 57 45 20 0 15 3F 42 28 2E 17
Octal 127 105 40 0 25 77 102 50 56 27
Binary 1010111 1000101 100000 0 10101 111111 1000010 101000 101110 10111

Color Harmonies of #574520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574520

Black with #574520

Text Example


Text Example

White with #574520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574520; }

 p { color: rgb(87,69,32); }

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

background-color css

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

 a { background-color: rgb(87,69,32); }

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

border-color css

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

 span { border-color: rgb(87,69,32); }

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