Html Css Color HEX #575013 Bronze Olive

📋 copy color: '#575013'

red 87 ◦ green 80 ◦ blue 19

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

Shades of Bronze Olive #575013

Tints of Bronze Olive #575013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 46.77%
G = 43.01%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#575013 (or 0x575013) is known color: Bronze Olive. HEX triplet: 57, 50 and 13. RGB value is (87,80,19). Sum of RGB (Red+Green+Blue) = 87+80+19=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #575013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575013 is #A8AFEC. Grayscale: #4B4B4B. Windows color (decimal): -11055085 or 1265751. OLE color: 1265751.

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

Color convert

RGB 87 80 19 -
CMYK 0 0.08 0.78 0.66
HSL 53.82º 0.64% 0.21% -
HSV(B) 53.82º 0.78% 0.34% -
XYZ 6.92 7.81 1.76 -
YUV 75.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 87 80 19 0 0.08 0.78 0.66 53.82 0.64 0.21
Hex 57 50 13 0 8 4E 42 36 40 15
Octal 127 120 23 0 10 116 102 66 100 25
Binary 1010111 1010000 10011 0 1000 1001110 1000010 110110 1000000 10101

Color Harmonies of #575013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575013

Black with #575013

Text Example


Text Example

White with #575013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575013; }

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

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

background-color css

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

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

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

border-color css

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

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

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