#553830

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

Shades of Cioccolato #553830

Tints of Cioccolato #553830

Color information

#553830 (or 0x553830) is unknown color: approx Cioccolato. HEX triplet: 55, 38 and 30. RGB value is (85,56,48). Sum of RGB (Red+Green+Blue) = 85+56+48=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #553830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553830 is #AAC7CF. Grayscale: #3F3F3F. Windows color (decimal): -11192272 or 3160149. OLE color: 3160149.

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

Color convert

RGB855648-
CMYK00.340.440.67
HSL12.97º27.82%26.08%-
HSV(B)12.97º43.53%33.33%-
XYZ5.694.973.46-
YUV63.76119.11143.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=44.97%
G=29.63%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85564800.340.440.6712.9727.8226.08
Hex5538300222C43d1c1a
Octal125706004254103153432
Binary10101011110001100000100010101100100001111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553830; }

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

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

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

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

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

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

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

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