#553738

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

Shades of Jazz #553738

Tints of Jazz #553738

Color information

#553738 (or 0x553738) is unknown color: approx Jazz. HEX triplet: 55, 37 and 38. RGB value is (85,55,56). Sum of RGB (Red+Green+Blue) = 85+55+56=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #553738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553738 is #AAC8C7. Grayscale: #404040. Windows color (decimal): -11192520 or 3684181. OLE color: 3684181.

HSL color Cylindrical-coordinate representation of color #553738: hue angle of 358º 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 #553738 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB855556-
CMYK00.350.340.67
HSL358º21.43%27.45%-
HSV(B)358º35.29%33.33%-
XYZ5.834.954.39-
YUV64.08123.44142.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 56 (22.27% from 255) = 28.57%
R=43.37%
G=28.06%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85555600.350.340.6735821.4327.45
Hex5537380232243166151b
Octal1256770043421035462533
Binary1010101110111111000010001110001010000111011001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553738; }

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

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

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

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

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

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

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

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