Html Css Color HEX #55372C Cioccolato

📋 copy color: '#55372C'

red 85 ◦ green 55 ◦ blue 44

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

Shades of Cioccolato #55372C

Tints of Cioccolato #55372C

RGB

 RED value IS 85 (33.59% from 255) = 46.2%

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

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

R = 46.2%
G = 29.89%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55372C (or 0x55372C) is known color: Cioccolato. HEX triplet: 55, 37 and 2C. RGB value is (85,55,44). Sum of RGB (Red+Green+Blue) = 85+55+44=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55372C is #AAC8D3. Grayscale: #3E3E3E. Windows color (decimal): -11192532 or 2897749. OLE color: 2897749.

HSL color Cylindrical-coordinate representation of color #55372C: hue angle of 16.1º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55372C is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 44 -
CMYK 0 0.35 0.48 0.67
HSL 16.1º 0.32% 0.25% -
HSV(B) 16.1º 0.48% 0.33% -
XYZ 5.57 4.85 3.02 -
YUV 62.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 85 55 44 0 0.35 0.48 0.67 16.1 0.32 0.25
Hex 55 37 2C 0 23 30 43 10 20 19
Octal 125 67 54 0 43 60 103 20 40 31
Binary 1010101 110111 101100 0 100011 110000 1000011 10000 100000 11001

Color Harmonies of #55372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55372C

Black with #55372C

Text Example


Text Example

White with #55372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55372C; }

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

 H1.HeaderClassName
 {
   color: #55372C;
 }
 .AnyTagClassName
 {
   color: #55372C;
 }
</style>

background-color css

<style>
 a { background-color: #55372C; }

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

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

border-color css

<style>
 span { border-color: #55372C; }

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

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