Html Css Color HEX #575012 Bronze Olive

📋 copy color: '#575012'

red 87 ◦ green 80 ◦ blue 18

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

Shades of Bronze Olive #575012

Tints of Bronze Olive #575012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 47.03%
G = 43.24%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#575012 (or 0x575012) is known color: Bronze Olive. HEX triplet: 57, 50 and 12. RGB value is (87,80,18). Sum of RGB (Red+Green+Blue) = 87+80+18=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #575012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575012 is #A8AFED. Grayscale: #4B4B4B. Windows color (decimal): -11055086 or 1200215. OLE color: 1200215.

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

Color convert

RGB 87 80 18 -
CMYK 0 0.08 0.79 0.66
HSL 53.91º 0.66% 0.21% -
HSV(B) 53.91º 0.79% 0.34% -
XYZ 6.91 7.81 1.72 -
YUV 75.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 87 80 18 0 0.08 0.79 0.66 53.91 0.66 0.21
Hex 57 50 12 0 8 4F 42 36 42 15
Octal 127 120 22 0 10 117 102 66 102 25
Binary 1010111 1010000 10010 0 1000 1001111 1000010 110110 1000010 10101

Color Harmonies of #575012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575012

Black with #575012

Text Example


Text Example

White with #575012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575012; }

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

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

background-color css

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

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

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

border-color css

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

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

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