#55450A

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

Shades of Bronze Olive #55450A

Tints of Bronze Olive #55450A

Color information

#55450A (or 0x55450A) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 0A. RGB value is (85,69,10). Sum of RGB (Red+Green+Blue) = 85+69+10=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55450A is #AABAF5. Grayscale: #434343. Windows color (decimal): -11188982 or 673109. OLE color: 673109.

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

Color convert

RGB856910-
CMYK00.190.880.67
HSL47.2º78.95%18.63%-
HSV(B)47.2º88.24%33.33%-
XYZ5.936.211.17-
YUV67.0695.8140.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=51.83%
G=42.07%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85691000.190.880.6747.278.9518.63
Hex5545A01358432f4f13
Octal125105120231301035711723
Binary10101011000101101001001110110001000011101111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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