#553F1C

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

Shades of Deep Bronze #553F1C

Tints of Deep Bronze #553F1C

Color information

#553F1C (or 0x553F1C) is unknown color: approx Deep Bronze. HEX triplet: 55, 3F and 1C. RGB value is (85,63,28). Sum of RGB (Red+Green+Blue) = 85+63+28=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #553F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F1C is #AAC0E3. Grayscale: #414141. Windows color (decimal): -11190500 or 1851221. OLE color: 1851221.

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

Color convert

RGB856328-
CMYK00.260.670.67
HSL36.84º50.44%22.16%-
HSV(B)36.84º67.06%33.33%-
XYZ5.735.571.87-
YUV65.59106.79141.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 28 (11.33% from 255) = 15.91%
R=48.30%
G=35.80%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85632800.260.670.6736.8450.4422.16
Hex553F1C01A4343253216
Octal1257734032103103456226
Binary1010101111111111000110101000011100001110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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