#553F25

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

Shades of Deep Bronze #553F25

Tints of Deep Bronze #553F25

Color information

#553F25 (or 0x553F25) is unknown color: approx Deep Bronze. HEX triplet: 55, 3F and 25. RGB value is (85,63,37). Sum of RGB (Red+Green+Blue) = 85+63+37=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #553F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F25 is #AAC0DA. Grayscale: #424242. Windows color (decimal): -11190491 or 2441045. OLE color: 2441045.

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

Color convert

RGB856337-
CMYK00.260.560.67
HSL32.5º39.34%23.92%-
HSV(B)32.5º56.47%33.33%-
XYZ5.865.622.53-
YUV66.61111.29141.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 37 (14.84% from 255) = 20%
R=45.95%
G=34.05%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85633700.260.560.6732.539.3423.92
Hex553F2501A3843202718
Octal125774503270103404730
Binary1010101111111100101011010111000100001110000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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