Html Css Color HEX #575017 Bronze Olive

📋 copy color: '#575017'

red 87 ◦ green 80 ◦ blue 23

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

Shades of Bronze Olive #575017

Tints of Bronze Olive #575017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 45.79%
G = 42.11%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#575017 (or 0x575017) is known color: Bronze Olive. HEX triplet: 57, 50 and 17. RGB value is (87,80,23). Sum of RGB (Red+Green+Blue) = 87+80+23=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #575017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575017 is #A8AFE8. Grayscale: #4B4B4B. Windows color (decimal): -11055081 or 1527895. OLE color: 1527895.

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

Color convert

RGB 87 80 23 -
CMYK 0 0.08 0.74 0.66
HSL 53.44º 0.58% 0.22% -
HSV(B) 53.44º 0.74% 0.34% -
XYZ 6.95 7.83 1.95 -
YUV 75.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 87 80 23 0 0.08 0.74 0.66 53.44 0.58 0.22
Hex 57 50 17 0 8 4A 42 35 3A 16
Octal 127 120 27 0 10 112 102 65 72 26
Binary 1010111 1010000 10111 0 1000 1001010 1000010 110101 111010 10110

Color Harmonies of #575017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575017

Black with #575017

Text Example


Text Example

White with #575017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575017; }

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

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

background-color css

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

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

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

border-color css

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

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

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