#55460A

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

Shades of Bronze Olive #55460A

Tints of Bronze Olive #55460A

Color information

#55460A (or 0x55460A) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 0A. RGB value is (85,70,10). Sum of RGB (Red+Green+Blue) = 85+70+10=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55460A is #AAB9F5. Grayscale: #434343. Windows color (decimal): -11188726 or 673365. OLE color: 673365.

HSL color Cylindrical-coordinate representation of color #55460A: hue angle of 48º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55460A is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB857010-
CMYK00.180.880.67
HSL48º78.95%18.63%-
HSV(B)48º88.24%33.33%-
XYZ5.996.331.19-
YUV67.6495.47140.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=51.52%
G=42.42%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85701000.180.880.674878.9518.63
Hex5546A0125843304f13
Octal125106120221301036011723
Binary10101011000110101001001010110001000011110000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55460A; }

 p { color: rgb(85,70,10); }

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

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

 a { background-color: rgb(85,70,10); }

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

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

 span { border-color: rgb(85,70,10); }

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