Html Css Color HEX #5E392F Cioccolato

📋 copy color: '#5E392F'

red 94 ◦ green 57 ◦ blue 47

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

Shades of Cioccolato #5E392F

Tints of Cioccolato #5E392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.79%

 BLUE value IS 47 (18.75% from 255) = 23.74%

R = 47.47%
G = 28.79%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E392F (or 0x5E392F) is known color: Cioccolato. HEX triplet: 5E, 39 and 2F. RGB value is (94,57,47). Sum of RGB (Red+Green+Blue) = 94+57+47=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 94 - color contains mainly: red. Hex color #5E392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E392F is #A1C6D0. Grayscale: #434343. Windows color (decimal): -10602193 or 3094878. OLE color: 3094878.

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

Color convert

RGB 94 57 47 -
CMYK 0 0.39 0.5 0.63
HSL 12.77º 0.33% 0.28% -
HSV(B) 12.77º 0.5% 0.37% -
XYZ 6.59 5.51 3.41 -
YUV 66.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 94 57 47 0 0.39 0.5 0.63 12.77 0.33 0.28
Hex 5E 39 2F 0 27 32 3F D 21 1C
Octal 136 71 57 0 47 62 77 15 41 34
Binary 1011110 111001 101111 0 100111 110010 111111 1101 100001 11100

Color Harmonies of #5E392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E392F

Black with #5E392F

Text Example


Text Example

White with #5E392F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,57,47); }

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

background-color css

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

 a { background-color: rgb(94,57,47); }

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

border-color css

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

 span { border-color: rgb(94,57,47); }

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