#55450B

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

Shades of Bronze Olive #55450B

Tints of Bronze Olive #55450B

Color information

#55450B (or 0x55450B) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 0B. RGB value is (85,69,11). Sum of RGB (Red+Green+Blue) = 85+69+11=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55450B is #AABAF4. Grayscale: #434343. Windows color (decimal): -11188981 or 738645. OLE color: 738645.

HSL color Cylindrical-coordinate representation of color #55450B: hue angle of 47.03º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55450B is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB856911-
CMYK00.190.870.67
HSL47.03º77.08%18.82%-
HSV(B)47.03º87.06%33.33%-
XYZ5.936.211.2-
YUV67.1796.3140.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 69 (27.34% from 255) = 41.82%
BLUE value IS 11 (4.69% from 255) = 6.67%
R=51.52%
G=41.82%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85691100.190.870.6747.0377.0818.82
Hex5545B01357432f4d13
Octal125105130231271035711523
Binary10101011000101101101001110101111000011101111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55450B; }

 p { color: rgb(85,69,11); }

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

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

 a { background-color: rgb(85,69,11); }

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

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

 span { border-color: rgb(85,69,11); }

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