#52362A

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

Shades of Cioccolato #52362A

Tints of Cioccolato #52362A

Color information

#52362A (or 0x52362A) is unknown color: approx Cioccolato. HEX triplet: 52, 36 and 2A. RGB value is (82,54,42). Sum of RGB (Red+Green+Blue) = 82+54+42=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52362A is #ADC9D5. Grayscale: #3D3D3D. Windows color (decimal): -11389398 or 2766418. OLE color: 2766418.

HSL color Cylindrical-coordinate representation of color #52362A: hue angle of 18º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52362A is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB825442-
CMYK00.340.490.68
HSL18º32.26%24.31%-
HSV(B)18º48.78%32.16%-
XYZ5.224.62.8-
YUV61117.28142.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 46.07%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=46.07%
G=30.34%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82544200.340.490.681832.2624.31
Hex52362A0223144122018
Octal122665204261104224030
Binary1010010110110101010010001011000110001001001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,54,42); }

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

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

 a { background-color: rgb(82,54,42); }

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

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

 span { border-color: rgb(82,54,42); }

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