Html Css Color HEX #55372D Cioccolato

📋 copy color: '#55372D'

red 85 ◦ green 55 ◦ blue 45

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

Shades of Cioccolato #55372D

Tints of Cioccolato #55372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 45.95%
G = 29.73%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#55372D (or 0x55372D) is known color: Cioccolato. HEX triplet: 55, 37 and 2D. RGB value is (85,55,45). Sum of RGB (Red+Green+Blue) = 85+55+45=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55372D is #AAC8D2. Grayscale: #3E3E3E. Windows color (decimal): -11192531 or 2963285. OLE color: 2963285.

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

Color convert

RGB 85 55 45 -
CMYK 0 0.35 0.47 0.67
HSL 15º 0.31% 0.25% -
HSV(B) 15º 0.47% 0.33% -
XYZ 5.59 4.85 3.12 -
YUV 62.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 85 55 45 0 0.35 0.47 0.67 15 0.31 0.25
Hex 55 37 2D 0 23 2F 43 F 1F 19
Octal 125 67 55 0 43 57 103 17 37 31
Binary 1010101 110111 101101 0 100011 101111 1000011 1111 11111 11001

Color Harmonies of #55372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55372D

Black with #55372D

Text Example


Text Example

White with #55372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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