Html Css Color HEX #574420 Bronze Olive

📋 copy color: '#574420'

red 87 ◦ green 68 ◦ blue 32

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

Shades of Bronze Olive #574420

Tints of Bronze Olive #574420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 46.52%
G = 36.36%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#574420 (or 0x574420) is known color: Bronze Olive. HEX triplet: 57, 44 and 20. RGB value is (87,68,32). Sum of RGB (Red+Green+Blue) = 87+68+32=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #574420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574420 is #A8BBDF. Grayscale: #454545. Windows color (decimal): -11058144 or 2114647. OLE color: 2114647.

HSL color Cylindrical-coordinate representation of color #574420: hue angle of 39.27º 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 #574420 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 68 32 -
CMYK 0 0.22 0.63 0.66
HSL 39.27º 0.46% 0.23% -
HSV(B) 39.27º 0.63% 0.34% -
XYZ 6.26 6.26 2.25 -
YUV 69.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 87 68 32 0 0.22 0.63 0.66 39.27 0.46 0.23
Hex 57 44 20 0 16 3F 42 27 2E 17
Octal 127 104 40 0 26 77 102 47 56 27
Binary 1010111 1000100 100000 0 10110 111111 1000010 100111 101110 10111

Color Harmonies of #574420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574420

Black with #574420

Text Example


Text Example

White with #574420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574420; }

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

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

background-color css

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

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

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

border-color css

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

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

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