#52382F

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

Shades of Cioccolato #52382F

Tints of Cioccolato #52382F

Color information

#52382F (or 0x52382F) is unknown color: approx Cioccolato. HEX triplet: 52, 38 and 2F. RGB value is (82,56,47). Sum of RGB (Red+Green+Blue) = 82+56+47=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #52382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52382F is #ADC7D0. Grayscale: #3E3E3E. Windows color (decimal): -11388881 or 3094610. OLE color: 3094610.

HSL color Cylindrical-coordinate representation of color #52382F: hue angle of 15.43º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52382F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB825647-
CMYK00.320.430.68
HSL15.43º27.13%25.29%-
HSV(B)15.43º42.68%32.16%-
XYZ5.414.833.34-
YUV62.75119.11141.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=44.32%
G=30.27%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82564700.320.430.6815.4327.1325.29
Hex52382F0202B44f1b19
Octal122705704053104173331
Binary10100101110001011110100000101011100010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52382F; }

 p { color: rgb(82,56,47); }

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

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

 a { background-color: rgb(82,56,47); }

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

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

 span { border-color: rgb(82,56,47); }

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