#53362C

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

Shades of Cioccolato #53362C

Tints of Cioccolato #53362C

Color information

#53362C (or 0x53362C) is unknown color: approx Cioccolato. HEX triplet: 53, 36 and 2C. RGB value is (83,54,44). Sum of RGB (Red+Green+Blue) = 83+54+44=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53362C is #ACC9D3. Grayscale: #3D3D3D. Windows color (decimal): -11323860 or 2897491. OLE color: 2897491.

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

Color convert

RGB835444-
CMYK00.350.470.67
HSL15.38º30.71%24.9%-
HSV(B)15.38º46.99%32.55%-
XYZ5.344.663-
YUV61.53118.11143.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=45.86%
G=29.83%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83544400.350.470.6715.3830.7124.9
Hex53362C0232F43f1f19
Octal123665404357103173731
Binary10100111101101011000100011101111100001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53362C; }

 p { color: rgb(83,54,44); }

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

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

 a { background-color: rgb(83,54,44); }

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

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

 span { border-color: rgb(83,54,44); }

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