Html Css Color HEX #553637 Jazz

📋 copy color: '#553637'

red 85 ◦ green 54 ◦ blue 55

#553637
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #553637

Tints of Jazz #553637

RGB

 RED value IS 85 (33.59% from 255) = 43.81%

 GREEN value IS 54 (21.48% from 255) = 27.84%

 BLUE value IS 55 (21.88% from 255) = 28.35%

R = 43.81%
G = 27.84%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#553637 (or 0x553637) is known color: Jazz. HEX triplet: 55, 36 and 37. RGB value is (85,54,55). Sum of RGB (Red+Green+Blue) = 85+54+55=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553637 is #AAC9C8. Grayscale: #3F3F3F. Windows color (decimal): -11192777 or 3618389. OLE color: 3618389.

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

Color convert

RGB 85 54 55 -
CMYK 0 0.36 0.35 0.67
HSL 358.06º 0.22% 0.27% -
HSV(B) 358.06º 0.36% 0.33% -
XYZ 5.76 4.85 4.25 -
YUV 63.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 85 54 55 0 0.36 0.35 0.67 358.06 0.22 0.27
Hex 55 36 37 0 24 23 43 166 16 1B
Octal 125 66 67 0 44 43 103 546 26 33
Binary 1010101 110110 110111 0 100100 100011 1000011 101100110 10110 11011

Color Harmonies of #553637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553637

Black with #553637

Text Example


Text Example

White with #553637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553637; }

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

 H1.HeaderClassName
 {
   color: #553637;
 }
 .AnyTagClassName
 {
   color: #553637;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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