#53352A

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

Shades of Cioccolato #53352A

Tints of Cioccolato #53352A

Color information

#53352A (or 0x53352A) is unknown color: approx Cioccolato. HEX triplet: 53, 35 and 2A. RGB value is (83,53,42). Sum of RGB (Red+Green+Blue) = 83+53+42=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53352A is #ACCAD5. Grayscale: #3C3C3C. Windows color (decimal): -11324118 or 2766163. OLE color: 2766163.

HSL color Cylindrical-coordinate representation of color #53352A: hue angle of 16.1º 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 #53352A is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB835342-
CMYK00.360.490.67
HSL16.1º32.8%24.51%-
HSV(B)16.1º49.4%32.55%-
XYZ5.264.552.79-
YUV60.72117.44143.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=46.63%
G=29.78%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83534200.360.490.6716.132.824.51
Hex53352A0243143102119
Octal123655204461103204131
Binary1010011110101101010010010011000110000111000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53352A; }

 p { color: rgb(83,53,42); }

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

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

 a { background-color: rgb(83,53,42); }

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

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

 span { border-color: rgb(83,53,42); }

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