Html Css Color HEX #575016 Bronze Olive

📋 copy color: '#575016'

red 87 ◦ green 80 ◦ blue 22

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

Shades of Bronze Olive #575016

Tints of Bronze Olive #575016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.33%

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

R = 46.03%
G = 42.33%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#575016 (or 0x575016) is known color: Bronze Olive. HEX triplet: 57, 50 and 16. RGB value is (87,80,22). Sum of RGB (Red+Green+Blue) = 87+80+22=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #575016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575016 is #A8AFE9. Grayscale: #4B4B4B. Windows color (decimal): -11055082 or 1462359. OLE color: 1462359.

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

Color convert

RGB 87 80 22 -
CMYK 0 0.08 0.75 0.66
HSL 53.54º 0.6% 0.21% -
HSV(B) 53.54º 0.75% 0.34% -
XYZ 6.94 7.82 1.9 -
YUV 75.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 87 80 22 0 0.08 0.75 0.66 53.54 0.6 0.21
Hex 57 50 16 0 8 4B 42 36 3C 15
Octal 127 120 26 0 10 113 102 66 74 25
Binary 1010111 1010000 10110 0 1000 1001011 1000010 110110 111100 10101

Color Harmonies of #575016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575016

Black with #575016

Text Example


Text Example

White with #575016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575016; }

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

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

background-color css

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

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

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

border-color css

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

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

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