#55382F

Color #55382F Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #55382F

Tints of Cioccolato #55382F

Color information

#55382F (or 0x55382F) is unknown color: approx Cioccolato. HEX triplet: 55, 38 and 2F. RGB value is (85,56,47). Sum of RGB (Red+Green+Blue) = 85+56+47=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #55382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55382F is #AAC7D0. Grayscale: #3F3F3F. Windows color (decimal): -11192273 or 3094613. OLE color: 3094613.

HSL color Cylindrical-coordinate representation of color #55382F: hue angle of 14.21º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55382F is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB855647-
CMYK00.340.450.67
HSL14.21º28.79%25.88%-
HSV(B)14.21º44.71%33.33%-
XYZ5.674.963.35-
YUV63.64118.61143.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 56 (22.27% from 255) = 29.79%
BLUE value IS 47 (18.75% from 255) = 25%
R=45.21%
G=29.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85564700.340.450.6714.2128.7925.88
Hex55382F0222D43e1d1a
Octal125705704255103163532
Binary10101011110001011110100010101101100001111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55382F; }

 p { color: rgb(85,56,47); }

 H1.HeaderClassName
 {
   color: #55382F;
 }
 .AnyTagClassName
 {
   color: #55382F;
 }
</style>
background-color css

<style>
 a { background-color: #55382F; }

 a { background-color: rgb(85,56,47); }

 div.DivClassName
 {
   background-color: #55382F;
 }
 .BgClassName
 {
   background-color: #55382F;
 }
</style>
border-color css

<style>
 span { border-color: #55382F; }

 span { border-color: rgb(85,56,47); }

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