#554020

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

Shades of Deep Bronze #554020

Tints of Deep Bronze #554020

Color information

#554020 (or 0x554020) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 20. RGB value is (85,64,32). Sum of RGB (Red+Green+Blue) = 85+64+32=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554020 is #AABFDF. Grayscale: #424242. Windows color (decimal): -11190240 or 2113621. OLE color: 2113621.

HSL color Cylindrical-coordinate representation of color #554020: hue angle of 36.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554020 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB856432-
CMYK00.250.620.67
HSL36.23º45.3%22.94%-
HSV(B)36.23º62.35%33.33%-
XYZ5.845.72.16-
YUV66.63108.46141.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=46.96%
G=35.36%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85643200.250.620.6736.2345.322.94
Hex5540200193E43242d17
Octal1251004003176103445527
Binary10101011000000100000011001111110100001110010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554020; }

 p { color: rgb(85,64,32); }

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

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

 a { background-color: rgb(85,64,32); }

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

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

 span { border-color: rgb(85,64,32); }

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