Html Css Color HEX #574616 Bronze Olive

📋 copy color: '#574616'

red 87 ◦ green 70 ◦ blue 22

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

Shades of Bronze Olive #574616

Tints of Bronze Olive #574616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.11%

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

R = 48.6%
G = 39.11%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#574616 (or 0x574616) is known color: Bronze Olive. HEX triplet: 57, 46 and 16. RGB value is (87,70,22). Sum of RGB (Red+Green+Blue) = 87+70+22=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 22 (8.98% from 255 or 12.29% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #574616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574616 is #A8B9E9. Grayscale: #454545. Windows color (decimal): -11057642 or 1459799. OLE color: 1459799.

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

Color convert

RGB 87 70 22 -
CMYK 0 0.20 0.75 0.66
HSL 44.31º 0.6% 0.21% -
HSV(B) 44.31º 0.75% 0.34% -
XYZ 6.27 6.46 1.68 -
YUV 69.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 87 70 22 0 0.20 0.75 0.66 44.31 0.6 0.21
Hex 57 46 16 0 14 4B 42 2C 3C 15
Octal 127 106 26 0 24 113 102 54 74 25
Binary 1010111 1000110 10110 0 10100 1001011 1000010 101100 111100 10101

Color Harmonies of #574616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574616

Black with #574616

Text Example


Text Example

White with #574616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574616; }

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

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

background-color css

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

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

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

border-color css

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

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

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