Html Css Color HEX #574C16 Bronze Olive

📋 copy color: '#574C16'

red 87 ◦ green 76 ◦ blue 22

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

Shades of Bronze Olive #574C16

Tints of Bronze Olive #574C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.08%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 47.03%
G = 41.08%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#574C16 (or 0x574C16) is known color: Bronze Olive. HEX triplet: 57, 4C and 16. RGB value is (87,76,22). Sum of RGB (Red+Green+Blue) = 87+76+22=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #574C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C16 is #A8B3E9. Grayscale: #494949. Windows color (decimal): -11056106 or 1461335. OLE color: 1461335.

HSL color Cylindrical-coordinate representation of color #574C16: hue angle of 49.85º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #574C16 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 76 22 -
CMYK 0 0.13 0.75 0.66
HSL 49.85º 0.6% 0.21% -
HSV(B) 49.85º 0.75% 0.34% -
XYZ 6.66 7.25 1.81 -
YUV 73.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 87 76 22 0 0.13 0.75 0.66 49.85 0.6 0.21
Hex 57 4C 16 0 D 4B 42 32 3C 15
Octal 127 114 26 0 15 113 102 62 74 25
Binary 1010111 1001100 10110 0 1101 1001011 1000010 110010 111100 10101

Color Harmonies of #574C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C16

Black with #574C16

Text Example


Text Example

White with #574C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,22); }

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

background-color css

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

 a { background-color: rgb(87,76,22); }

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

border-color css

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

 span { border-color: rgb(87,76,22); }

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