Html Css Color HEX #5F3033 Jazz

📋 copy color: '#5F3033'

red 95 ◦ green 48 ◦ blue 51

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

Shades of Jazz #5F3033

Tints of Jazz #5F3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

 BLUE value IS 51 (20.31% from 255) = 26.29%

R = 48.97%
G = 24.74%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#5F3033 (or 0x5F3033) is known color: Jazz. HEX triplet: 5F, 30 and 33. RGB value is (95,48,51). Sum of RGB (Red+Green+Blue) = 95+48+51=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3033 is #A0CFCC. Grayscale: #3E3E3E. Windows color (decimal): -10538957 or 3354719. OLE color: 3354719.

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

Color convert

RGB 95 48 51 -
CMYK 0 0.49 0.46 0.63
HSL 356.17º 0.33% 0.28% -
HSV(B) 356.17º 0.49% 0.37% -
XYZ 6.37 4.79 3.72 -
YUV 62.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 95 48 51 0 0.49 0.46 0.63 356.17 0.33 0.28
Hex 5F 30 33 0 31 2E 3F 164 21 1C
Octal 137 60 63 0 61 56 77 544 41 34
Binary 1011111 110000 110011 0 110001 101110 111111 101100100 100001 11100

Color Harmonies of #5F3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3033

Black with #5F3033

Text Example


Text Example

White with #5F3033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,48,51); }

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

background-color css

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

 a { background-color: rgb(95,48,51); }

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

border-color css

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

 span { border-color: rgb(95,48,51); }

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