Html Css Color HEX #553234 Jazz

📋 copy color: '#553234'

red 85 ◦ green 50 ◦ blue 52

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

Shades of Jazz #553234

Tints of Jazz #553234

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.7% from 255) = 27.81%

R = 45.45%
G = 26.74%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#553234 (or 0x553234) is known color: 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

RGB 85 50 52 -
CMYK 0 0.41 0.39 0.67
HSL 356.57º 0.26% 0.26% -
HSV(B) 356.57º 0.41% 0.33% -
XYZ 5.51 4.46 3.82 -
YUV 60.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 85 50 52 0 0.41 0.39 0.67 356.57 0.26 0.26
Hex 55 32 34 0 29 27 43 165 1A 1A
Octal 125 62 64 0 51 47 103 545 32 32
Binary 1010101 110010 110100 0 101001 100111 1000011 101100101 11010 11010

Color Harmonies of #553234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553234

Black with #553234

Text Example


Text Example

White with #553234

Text Example


Text Example

HTML Codes & Css Web 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>