Html Css Color HEX #5F3539 Jazz

📋 copy color: '#5F3539'

red 95 ◦ green 53 ◦ blue 57

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

Shades of Jazz #5F3539

Tints of Jazz #5F3539

RGB

 RED value IS 95 (37.5% from 255) = 46.34%

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 57 (22.66% from 255) = 27.8%

R = 46.34%
G = 25.85%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.63

RGB Variations

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

Color information

#5F3539 (or 0x5F3539) is known color: Jazz. HEX triplet: 5F, 35 and 39. RGB value is (95,53,57). Sum of RGB (Red+Green+Blue) = 95+53+57=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3539 is #A0CAC6. Grayscale: #424242. Windows color (decimal): -10537671 or 3749215. OLE color: 3749215.

HSL color Cylindrical-coordinate representation of color #5F3539: hue angle of 354.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F3539 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 53 57 -
CMYK 0 0.44 0.40 0.63
HSL 354.29º 0.28% 0.29% -
HSV(B) 354.29º 0.44% 0.37% -
XYZ 6.73 5.27 4.53 -
YUV 66.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 95 53 57 0 0.44 0.40 0.63 354.29 0.28 0.29
Hex 5F 35 39 0 2C 28 3F 162 1C 1D
Octal 137 65 71 0 54 50 77 542 34 35
Binary 1011111 110101 111001 0 101100 101000 111111 101100010 11100 11101

Color Harmonies of #5F3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3539

Black with #5F3539

Text Example


Text Example

White with #5F3539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,53,57); }

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

background-color css

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

 a { background-color: rgb(95,53,57); }

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

border-color css

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

 span { border-color: rgb(95,53,57); }

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