#5D2C33

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

Shades of Jazz #5D2C33

Tints of Jazz #5D2C33

Color information

#5D2C33 (or 0x5D2C33) is unknown color: approx Jazz. HEX triplet: 5D, 2C and 33. RGB value is (93,44,51). Sum of RGB (Red+Green+Blue) = 93+44+51=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2C33 is #A2D3CC. Grayscale: #3B3B3B. Windows color (decimal): -10671053 or 3353693. OLE color: 3353693.

HSL color Cylindrical-coordinate representation of color #5D2C33: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D2C33 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB934451-
CMYK00.530.450.64
HSL351.43º35.77%26.86%-
HSV(B)351.43º52.69%36.47%-
XYZ6.014.373.66-
YUV59.45123.23151.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.47%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=49.47%
G=23.40%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93445100.530.450.64351.4335.7726.86
Hex5D2C330352D4015f241b
Octal1355463065551005374433
Binary10111011011001100110110101101101100000010101111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D2C33; }

 p { color: rgb(93,44,51); }

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

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

 a { background-color: rgb(93,44,51); }

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

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

 span { border-color: rgb(93,44,51); }

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