Html Css Color HEX #55372B Cioccolato

📋 copy color: '#55372B'

red 85 ◦ green 55 ◦ blue 43

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

Shades of Cioccolato #55372B

Tints of Cioccolato #55372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 46.45%
G = 30.05%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55372B (or 0x55372B) is known color: Cioccolato. HEX triplet: 55, 37 and 2B. RGB value is (85,55,43). Sum of RGB (Red+Green+Blue) = 85+55+43=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55372B is #AAC8D4. Grayscale: #3E3E3E. Windows color (decimal): -11192533 or 2832213. OLE color: 2832213.

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

Color convert

RGB 85 55 43 -
CMYK 0 0.35 0.49 0.67
HSL 17.14º 0.33% 0.25% -
HSV(B) 17.14º 0.49% 0.33% -
XYZ 5.55 4.84 2.93 -
YUV 62.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 85 55 43 0 0.35 0.49 0.67 17.14 0.33 0.25
Hex 55 37 2B 0 23 31 43 11 21 19
Octal 125 67 53 0 43 61 103 21 41 31
Binary 1010101 110111 101011 0 100011 110001 1000011 10001 100001 11001

Color Harmonies of #55372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55372B

Black with #55372B

Text Example


Text Example

White with #55372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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