Html Css Color HEX #5E3435 Jazz

📋 copy color: '#5E3435'

red 94 ◦ green 52 ◦ blue 53

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

Shades of Jazz #5E3435

Tints of Jazz #5E3435

RGB

 RED value IS 94 (37.11% from 255) = 47.24%

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

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

R = 47.24%
G = 26.13%
B = 26.63%

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

#5E3435 (or 0x5E3435) is known color: Jazz. HEX triplet: 5E, 34 and 35. RGB value is (94,52,53). Sum of RGB (Red+Green+Blue) = 94+52+53=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3435 is #A1CBCA. Grayscale: #404040. Windows color (decimal): -10603467 or 3486814. OLE color: 3486814.

HSL color Cylindrical-coordinate representation of color #5E3435: hue angle of 358.57º 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 #5E3435 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 52 53 -
CMYK 0 0.45 0.44 0.63
HSL 358.57º 0.29% 0.29% -
HSV(B) 358.57º 0.45% 0.37% -
XYZ 6.49 5.09 4.01 -
YUV 64.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 94 52 53 0 0.45 0.44 0.63 358.57 0.29 0.29
Hex 5E 34 35 0 2D 2C 3F 167 1D 1D
Octal 136 64 65 0 55 54 77 547 35 35
Binary 1011110 110100 110101 0 101101 101100 111111 101100111 11101 11101

Color Harmonies of #5E3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3435

Black with #5E3435

Text Example


Text Example

White with #5E3435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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