#53352B

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

Shades of Cioccolato #53352B

Tints of Cioccolato #53352B

Color information

#53352B (or 0x53352B) is unknown color: approx Cioccolato. HEX triplet: 53, 35 and 2B. RGB value is (83,53,43). Sum of RGB (Red+Green+Blue) = 83+53+43=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53352B is #ACCAD4. Grayscale: #3C3C3C. Windows color (decimal): -11324117 or 2831699. OLE color: 2831699.

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

Color convert

RGB835343-
CMYK00.360.480.67
HSL15º31.75%24.71%-
HSV(B)15º48.19%32.55%-
XYZ5.284.562.89-
YUV60.83117.94143.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=46.37%
G=29.61%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83534300.360.480.671531.7524.71
Hex53352B0243043f2019
Octal123655304460103174031
Binary101001111010110101101001001100001000011111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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