Html Css Color HEX #5F3435 Jazz

📋 copy color: '#5F3435'

red 95 ◦ green 52 ◦ blue 53

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

Shades of Jazz #5F3435

Tints of Jazz #5F3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 53 (21.09% from 255) = 26.5%

R = 47.5%
G = 26%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5F3435 (or 0x5F3435) is known color: Jazz. HEX triplet: 5F, 34 and 35. RGB value is (95,52,53). Sum of RGB (Red+Green+Blue) = 95+52+53=200 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3435 is #A0CBCA. Grayscale: #414141. Windows color (decimal): -10537931 or 3486815. OLE color: 3486815.

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

Color convert

RGB 95 52 53 -
CMYK 0 0.45 0.44 0.63
HSL 358.6º 0.29% 0.29% -
HSV(B) 358.6º 0.45% 0.37% -
XYZ 6.59 5.15 4.01 -
YUV 64.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 95 52 53 0 0.45 0.44 0.63 358.6 0.29 0.29
Hex 5F 34 35 0 2D 2C 3F 167 1D 1D
Octal 137 64 65 0 55 54 77 547 35 35
Binary 1011111 110100 110101 0 101101 101100 111111 101100111 11101 11101

Color Harmonies of #5F3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3435

Black with #5F3435

Text Example


Text Example

White with #5F3435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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