#553F27

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

Shades of Deep Bronze #553F27

Tints of Deep Bronze #553F27

Color information

#553F27 (or 0x553F27) is unknown color: approx Deep Bronze. HEX triplet: 55, 3F and 27. RGB value is (85,63,39). Sum of RGB (Red+Green+Blue) = 85+63+39=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F27 is #AAC0D8. Grayscale: #424242. Windows color (decimal): -11190489 or 2572117. OLE color: 2572117.

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

Color convert

RGB856339-
CMYK00.260.540.67
HSL31.3º37.1%24.31%-
HSV(B)31.3º54.12%33.33%-
XYZ5.895.632.7-
YUV66.84112.29140.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=45.45%
G=33.69%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85633900.260.540.6731.337.124.31
Hex553F2701A36431f2518
Octal125774703266103374530
Binary101010111111110011101101011011010000111111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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