#55521B

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

Shades of Bronze Olive #55521B

Tints of Bronze Olive #55521B

Color information

#55521B (or 0x55521B) is unknown color: approx Bronze Olive. HEX triplet: 55, 52 and 1B. RGB value is (85,82,27). Sum of RGB (Red+Green+Blue) = 85+82+27=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55521B is #AAADE4. Grayscale: #4C4C4C. Windows color (decimal): -11185637 or 1790549. OLE color: 1790549.

HSL color Cylindrical-coordinate representation of color #55521B: hue angle of 56.9º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55521B is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB858227-
CMYK00.040.680.67
HSL56.9º51.79%21.96%-
HSV(B)56.9º68.24%33.33%-
XYZ6.968.052.22-
YUV76.6399.99133.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=43.81%
G=42.27%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85822700.040.680.6756.951.7921.96
Hex55521B044443393416
Octal1251223304104103716426
Binary101010110100101101101001000100100001111100111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,82,27); }

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

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

 a { background-color: rgb(85,82,27); }

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

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

 span { border-color: rgb(85,82,27); }

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