#553E21

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

Shades of Deep Bronze #553E21

Tints of Deep Bronze #553E21

Color information

#553E21 (or 0x553E21) is unknown color: approx Deep Bronze. HEX triplet: 55, 3E and 21. RGB value is (85,62,33). Sum of RGB (Red+Green+Blue) = 85+62+33=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #553E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E21 is #AAC1DE. Grayscale: #414141. Windows color (decimal): -11190751 or 2178645. OLE color: 2178645.

HSL color Cylindrical-coordinate representation of color #553E21: hue angle of 33.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #553E21 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB856233-
CMYK00.270.610.67
HSL33.46º44.07%23.14%-
HSV(B)33.46º61.18%33.33%-
XYZ5.745.492.2-
YUV65.57109.62141.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 62 (24.61% from 255) = 34.44%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=47.22%
G=34.44%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85623300.270.610.6733.4644.0723.14
Hex553E2101B3D43212c17
Octal125764103375103415427
Binary1010101111110100001011011111101100001110000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E21; }

 p { color: rgb(85,62,33); }

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

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

 a { background-color: rgb(85,62,33); }

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

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

 span { border-color: rgb(85,62,33); }

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