#553739

Color #553739 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #553739

Tints of Cab Sav #553739

Color information

#553739 (or 0x553739) is unknown color: approx Cab Sav. HEX triplet: 55, 37 and 39. RGB value is (85,55,57). Sum of RGB (Red+Green+Blue) = 85+55+57=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553739 is #AAC8C6. Grayscale: #404040. Windows color (decimal): -11192519 or 3749717. OLE color: 3749717.

HSL color Cylindrical-coordinate representation of color #553739: hue angle of 356º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #553739 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB855557-
CMYK00.350.330.67
HSL356º21.43%27.45%-
HSV(B)356º35.29%33.33%-
XYZ5.854.964.52-
YUV64.2123.94142.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 57 (22.66% from 255) = 28.93%
R=43.15%
G=27.92%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85555700.350.330.6735621.4327.45
Hex5537390232143164151b
Octal1256771043411035442533
Binary1010101110111111001010001110000110000111011001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553739; }

 p { color: rgb(85,55,57); }

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

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

 a { background-color: rgb(85,55,57); }

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

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

 span { border-color: rgb(85,55,57); }

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