Html Css Color HEX #5D2C32 Jazz

📋 copy color: '#5D2C32'

red 93 ◦ green 44 ◦ blue 50

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

Shades of Jazz #5D2C32

Tints of Jazz #5D2C32

RGB

 RED value IS 93 (36.72% from 255) = 49.73%

 GREEN value IS 44 (17.58% from 255) = 23.53%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 49.73%
G = 23.53%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5D2C32 (or 0x5D2C32) is known color: Jazz. HEX triplet: 5D, 2C and 32. RGB value is (93,44,50). Sum of RGB (Red+Green+Blue) = 93+44+50=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2C32 is #A2D3CD. Grayscale: #3B3B3B. Windows color (decimal): -10671054 or 3288157. OLE color: 3288157.

HSL color Cylindrical-coordinate representation of color #5D2C32: hue angle of 352.65º 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 #5D2C32 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 44 50 -
CMYK 0 0.53 0.46 0.64
HSL 352.65º 0.36% 0.27% -
HSV(B) 352.65º 0.53% 0.36% -
XYZ 5.99 4.36 3.54 -
YUV 59.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 93 44 50 0 0.53 0.46 0.64 352.65 0.36 0.27
Hex 5D 2C 32 0 35 2E 40 161 24 1B
Octal 135 54 62 0 65 56 100 541 44 33
Binary 1011101 101100 110010 0 110101 101110 1000000 101100001 100100 11011

Color Harmonies of #5D2C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2C32

Black with #5D2C32

Text Example


Text Example

White with #5D2C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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