Html Css Color HEX #575111 Bronze Olive

📋 copy color: '#575111'

red 87 ◦ green 81 ◦ blue 17

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

Shades of Bronze Olive #575111

Tints of Bronze Olive #575111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 47.03%
G = 43.78%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#575111 (or 0x575111) is known color: Bronze Olive. HEX triplet: 57, 51 and 11. RGB value is (87,81,17). Sum of RGB (Red+Green+Blue) = 87+81+17=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #575111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575111 is #A8AEEE. Grayscale: #4B4B4B. Windows color (decimal): -11054831 or 1134935. OLE color: 1134935.

HSL color Cylindrical-coordinate representation of color #575111: hue angle of 54.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #575111 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 17 -
CMYK 0 0.07 0.80 0.66
HSL 54.86º 0.67% 0.2% -
HSV(B) 54.86º 0.8% 0.34% -
XYZ 6.97 7.95 1.7 -
YUV 75.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 87 81 17 0 0.07 0.80 0.66 54.86 0.67 0.2
Hex 57 51 11 0 7 50 42 37 43 14
Octal 127 121 21 0 7 120 102 67 103 24
Binary 1010111 1010001 10001 0 111 1010000 1000010 110111 1000011 10100

Color Harmonies of #575111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575111

Black with #575111

Text Example


Text Example

White with #575111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575111; }

 p { color: rgb(87,81,17); }

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

background-color css

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

 a { background-color: rgb(87,81,17); }

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

border-color css

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

 span { border-color: rgb(87,81,17); }

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