#575310

Color #575310 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #575310

Tints of Bronze Olive #575310

Color information

#575310 (or 0x575310) is unknown color: approx Bronze Olive. HEX triplet: 57, 53 and 10. RGB value is (87,83,16). Sum of RGB (Red+Green+Blue) = 87+83+16=186 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.77% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 87 - color contains mainly: red. Hex color #575310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575310 is #A8ACEF. Grayscale: #4C4C4C. Windows color (decimal): -11054320 or 1069911. OLE color: 1069911.

HSL color Cylindrical-coordinate representation of color #575310: hue angle of 56.62º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575310 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB878316-
CMYK00.050.820.66
HSL56.62º68.93%20.2%-
HSV(B)56.62º81.61%34.12%-
XYZ7.128.251.71-
YUV76.5693.83135.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.77%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 16 (6.64% from 255) = 8.60%
R=46.77%
G=44.62%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87831600.050.820.6656.6268.9320.2
Hex575310055242394514
Octal12712320051221027110524
Binary1010111101001110000010110100101000010111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575310; }

 p { color: rgb(87,83,16); }

 H1.HeaderClassName
 {
   color: #575310;
 }
 .AnyTagClassName
 {
   color: #575310;
 }
</style>
background-color css

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

 a { background-color: rgb(87,83,16); }

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

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

 span { border-color: rgb(87,83,16); }

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