#55470A

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

Shades of Bronze Olive #55470A

Tints of Bronze Olive #55470A

Color information

#55470A (or 0x55470A) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 0A. RGB value is (85,71,10). Sum of RGB (Red+Green+Blue) = 85+71+10=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55470A is #AAB8F5. Grayscale: #444444. Windows color (decimal): -11188470 or 673621. OLE color: 673621.

HSL color Cylindrical-coordinate representation of color #55470A: hue angle of 48.8º 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 #55470A is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB857110-
CMYK00.160.880.67
HSL48.8º78.95%18.63%-
HSV(B)48.8º88.24%33.33%-
XYZ6.056.461.21-
YUV68.2395.14139.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=51.20%
G=42.77%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85711000.160.880.6748.878.9518.63
Hex5547A0105843314f13
Octal125107120201301036111723
Binary10101011000111101001000010110001000011110001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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