Html Css Color HEX #5D372C Cioccolato

📋 copy color: '#5D372C'

red 93 ◦ green 55 ◦ blue 44

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

Shades of Cioccolato #5D372C

Tints of Cioccolato #5D372C

RGB

 RED value IS 93 (36.72% from 255) = 48.44%

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

 BLUE value IS 44 (17.58% from 255) = 22.92%

R = 48.44%
G = 28.65%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5D372C (or 0x5D372C) is known color: Cioccolato. HEX triplet: 5D, 37 and 2C. RGB value is (93,55,44). Sum of RGB (Red+Green+Blue) = 93+55+44=192 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.44% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 93 - color contains mainly: red. Hex color #5D372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D372C is #A2C8D3. Grayscale: #414141. Windows color (decimal): -10668244 or 2897757. OLE color: 2897757.

HSL color Cylindrical-coordinate representation of color #5D372C: hue angle of 13.47º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D372C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 55 44 -
CMYK 0 0.41 0.53 0.64
HSL 13.47º 0.36% 0.27% -
HSV(B) 13.47º 0.53% 0.36% -
XYZ 6.34 5.24 3.06 -
YUV 65.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 93 55 44 0 0.41 0.53 0.64 13.47 0.36 0.27
Hex 5D 37 2C 0 29 35 40 D 24 1B
Octal 135 67 54 0 51 65 100 15 44 33
Binary 1011101 110111 101100 0 101001 110101 1000000 1101 100100 11011

Color Harmonies of #5D372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D372C

Black with #5D372C

Text Example


Text Example

White with #5D372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,55,44); }

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

background-color css

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

 a { background-color: rgb(93,55,44); }

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

border-color css

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

 span { border-color: rgb(93,55,44); }

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