Html Css Color HEX #574216 Bronze Olive

📋 copy color: '#574216'

red 87 ◦ green 66 ◦ blue 22

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

Shades of Bronze Olive #574216

Tints of Bronze Olive #574216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

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

R = 49.71%
G = 37.71%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#574216 (or 0x574216) is known color: Bronze Olive. HEX triplet: 57, 42 and 16. RGB value is (87,66,22). Sum of RGB (Red+Green+Blue) = 87+66+22=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #574216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574216 is #A8BDE9. Grayscale: #434343. Windows color (decimal): -11058666 or 1458775. OLE color: 1458775.

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

Color convert

RGB 87 66 22 -
CMYK 0 0.24 0.75 0.66
HSL 40.62º 0.6% 0.21% -
HSV(B) 40.62º 0.75% 0.34% -
XYZ 6.02 5.98 1.6 -
YUV 67.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 87 66 22 0 0.24 0.75 0.66 40.62 0.6 0.21
Hex 57 42 16 0 18 4B 42 29 3C 15
Octal 127 102 26 0 30 113 102 51 74 25
Binary 1010111 1000010 10110 0 11000 1001011 1000010 101001 111100 10101

Color Harmonies of #574216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574216

Black with #574216

Text Example


Text Example

White with #574216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574216; }

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

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

background-color css

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

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

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

border-color css

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

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

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