Html Css Color HEX #574916 Bronze Olive

📋 copy color: '#574916'

red 87 ◦ green 73 ◦ blue 22

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

Shades of Bronze Olive #574916

Tints of Bronze Olive #574916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.11%

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

R = 47.8%
G = 40.11%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#574916 (or 0x574916) is known color: Bronze Olive. HEX triplet: 57, 49 and 16. RGB value is (87,73,22). Sum of RGB (Red+Green+Blue) = 87+73+22=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #574916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574916 is #A8B6E9. Grayscale: #474747. Windows color (decimal): -11056874 or 1460567. OLE color: 1460567.

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

Color convert

RGB 87 73 22 -
CMYK 0 0.16 0.75 0.66
HSL 47.08º 0.6% 0.21% -
HSV(B) 47.08º 0.75% 0.34% -
XYZ 6.46 6.85 1.74 -
YUV 71.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 87 73 22 0 0.16 0.75 0.66 47.08 0.6 0.21
Hex 57 49 16 0 10 4B 42 2F 3C 15
Octal 127 111 26 0 20 113 102 57 74 25
Binary 1010111 1001001 10110 0 10000 1001011 1000010 101111 111100 10101

Color Harmonies of #574916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574916

Black with #574916

Text Example


Text Example

White with #574916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574916; }

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

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

background-color css

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

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

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

border-color css

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

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

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