Html Css Color HEX #5E372A Cioccolato

📋 copy color: '#5E372A'

red 94 ◦ green 55 ◦ blue 42

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

Shades of Cioccolato #5E372A

Tints of Cioccolato #5E372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.8%

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 49.21%
G = 28.8%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#5E372A (or 0x5E372A) is known color: Cioccolato. HEX triplet: 5E, 37 and 2A. RGB value is (94,55,42). Sum of RGB (Red+Green+Blue) = 94+55+42=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 55 (21.88% from 255 or 28.80% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E372A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E372A is #A1C8D5. Grayscale: #414141. Windows color (decimal): -10602710 or 2766686. OLE color: 2766686.

HSL color Cylindrical-coordinate representation of color #5E372A: hue angle of 15º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E372A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 55 42 -
CMYK 0 0.41 0.55 0.63
HSL 15º 0.38% 0.27% -
HSV(B) 15º 0.55% 0.37% -
XYZ 6.4 5.28 2.87 -
YUV 65.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 94 55 42 0 0.41 0.55 0.63 15 0.38 0.27
Hex 5E 37 2A 0 29 37 3F F 26 1B
Octal 136 67 52 0 51 67 77 17 46 33
Binary 1011110 110111 101010 0 101001 110111 111111 1111 100110 11011

Color Harmonies of #5E372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E372A

Black with #5E372A

Text Example


Text Example

White with #5E372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,55,42); }

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

background-color css

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

 a { background-color: rgb(94,55,42); }

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

border-color css

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

 span { border-color: rgb(94,55,42); }

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