#553F2B

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

Shades of Deep Bronze #553F2B

Tints of Deep Bronze #553F2B

Color information

#553F2B (or 0x553F2B) is unknown color: approx Deep Bronze. HEX triplet: 55, 3F and 2B. RGB value is (85,63,43). Sum of RGB (Red+Green+Blue) = 85+63+43=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F2B is #AAC0D4. Grayscale: #434343. Windows color (decimal): -11190485 or 2834261. OLE color: 2834261.

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

Color convert

RGB856343-
CMYK00.260.490.67
HSL28.57º32.81%25.1%-
HSV(B)28.57º49.41%33.33%-
XYZ5.965.663.06-
YUV67.3114.29140.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 63 (25% from 255) = 32.98%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=44.50%
G=32.98%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85634300.260.490.6728.5732.8125.1
Hex553F2B01A31431d2119
Octal125775303261103354131
Binary101010111111110101101101011000110000111110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,63,43); }

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

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

 a { background-color: rgb(85,63,43); }

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

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

 span { border-color: rgb(85,63,43); }

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