#533931

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

Shades of Cioccolato #533931

Tints of Cioccolato #533931

Color information

#533931 (or 0x533931) is unknown color: approx Cioccolato. HEX triplet: 53, 39 and 31. RGB value is (83,57,49). Sum of RGB (Red+Green+Blue) = 83+57+49=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533931 is #ACC6CE. Grayscale: #3F3F3F. Windows color (decimal): -11323087 or 3225939. OLE color: 3225939.

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

Color convert

RGB835749-
CMYK00.310.410.67
HSL14.12º25.76%25.88%-
HSV(B)14.12º40.96%32.55%-
XYZ5.584.993.57-
YUV63.86119.61141.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=43.92%
G=30.16%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83574900.310.410.6714.1225.7625.88
Hex53393101F2943e1a1a
Octal123716103751103163232
Binary1010011111001110001011111101001100001111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533931; }

 p { color: rgb(83,57,49); }

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

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

 a { background-color: rgb(83,57,49); }

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

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

 span { border-color: rgb(83,57,49); }

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