#553F1F

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

Shades of Deep Bronze #553F1F

Tints of Deep Bronze #553F1F

Color information

#553F1F (or 0x553F1F) is unknown color: approx Deep Bronze. HEX triplet: 55, 3F and 1F. RGB value is (85,63,31). Sum of RGB (Red+Green+Blue) = 85+63+31=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #553F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F1F is #AAC0E0. Grayscale: #424242. Windows color (decimal): -11190497 or 2047829. OLE color: 2047829.

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

Color convert

RGB856331-
CMYK00.260.640.67
HSL35.56º46.55%22.75%-
HSV(B)35.56º63.53%33.33%-
XYZ5.775.592.07-
YUV65.93108.29141.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 63 (25% from 255) = 35.20%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=47.49%
G=35.20%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85633100.260.640.6735.5646.5522.75
Hex553F1F01A4043242f17
Octal1257737032100103445727
Binary1010101111111111110110101000000100001110010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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