#553f28

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

Shades of Deep Bronze #553F28

Tints of Deep Bronze #553F28

Color information

#553F28 (or 0x553F28) is unknown color: approx Deep Bronze. HEX triplet: 55, 3F and 28. RGB value is (85,63,40). Sum of RGB (Red+Green+Blue) = 85+63+40=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F28 is #AAC0D7. Grayscale: #434343. Windows color (decimal): -11190488 or 2637653. OLE color: 2637653.

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

Color convert

RGB856340-
CMYK00.260.530.67
HSL30.67º36%24.51%-
HSV(B)30.67º52.94%33.33%-
XYZ5.915.642.78-
YUV66.96112.79140.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=45.21%
G=33.51%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85634000.260.530.6730.673624.51
Hex553F2801A35431f2419
Octal125775003265103374431
Binary101010111111110100001101011010110000111111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553f28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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