#553234

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

Shades of Jazz #553234

Tints of Jazz #553234

Color information

#553234 (or 0x553234) is unknown color: approx Jazz. HEX triplet: 55, 32 and 34. RGB value is (85,50,52). Sum of RGB (Red+Green+Blue) = 85+50+52=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553234 is #AACDCB. Grayscale: #3C3C3C. Windows color (decimal): -11193804 or 3420757. OLE color: 3420757.

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

Color convert

RGB855052-
CMYK00.410.390.67
HSL356.57º25.93%26.47%-
HSV(B)356.57º41.18%33.33%-
XYZ5.514.463.82-
YUV60.69123.1145.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=45.45%
G=26.74%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85505200.410.390.67356.5725.9326.47
Hex55323402927431651a1a
Octal1256264051471035453232
Binary1010101110010110100010100110011110000111011001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553234; }

 p { color: rgb(85,50,52); }

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

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

 a { background-color: rgb(85,50,52); }

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

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

 span { border-color: rgb(85,50,52); }

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