#553E24

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

Shades of Deep Bronze #553E24

Tints of Deep Bronze #553E24

Color information

#553E24 (or 0x553E24) is unknown color: approx Deep Bronze. HEX triplet: 55, 3E and 24. RGB value is (85,62,36). Sum of RGB (Red+Green+Blue) = 85+62+36=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #553E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E24 is #AAC1DB. Grayscale: #424242. Windows color (decimal): -11190748 or 2375253. OLE color: 2375253.

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

Color convert

RGB856236-
CMYK00.270.580.67
HSL31.84º40.5%23.73%-
HSV(B)31.84º57.65%33.33%-
XYZ5.795.52.43-
YUV65.91111.12141.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=46.45%
G=33.88%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85623600.270.580.6731.8440.523.73
Hex553E2401B3A43202818
Octal125764403372103405030
Binary1010101111110100100011011111010100001110000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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