#553F26

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

Shades of Deep Bronze #553F26

Tints of Deep Bronze #553F26

Color information

#553F26 (or 0x553F26) is unknown color: approx Deep Bronze. HEX triplet: 55, 3F and 26. RGB value is (85,63,38). Sum of RGB (Red+Green+Blue) = 85+63+38=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #553F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F26 is #AAC0D9. Grayscale: #424242. Windows color (decimal): -11190490 or 2506581. OLE color: 2506581.

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

Color convert

RGB856338-
CMYK00.260.550.67
HSL31.91º38.21%24.12%-
HSV(B)31.91º55.29%33.33%-
XYZ5.875.632.61-
YUV66.73111.79141.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=45.70%
G=33.87%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85633800.260.550.6731.9138.2124.12
Hex553F2601A3743202618
Octal125774603267103404630
Binary1010101111111100110011010110111100001110000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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