Html Css Color HEX #52392E Cioccolato

📋 copy color: '#52392E'

red 82 ◦ green 57 ◦ blue 46

#52392E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cioccolato #52392E

Tints of Cioccolato #52392E

RGB

 RED value IS 82 (32.42% from 255) = 44.32%

 GREEN value IS 57 (22.66% from 255) = 30.81%

 BLUE value IS 46 (18.36% from 255) = 24.86%

R = 44.32%
G = 30.81%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52392E (or 0x52392E) is known color: Cioccolato. HEX triplet: 52, 39 and 2E. RGB value is (82,57,46). Sum of RGB (Red+Green+Blue) = 82+57+46=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #52392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52392E is #ADC6D1. Grayscale: #3F3F3F. Windows color (decimal): -11388626 or 3029330. OLE color: 3029330.

HSL color Cylindrical-coordinate representation of color #52392E: hue angle of 18.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52392E is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 46 -
CMYK 0 0.30 0.44 0.68
HSL 18.33º 0.28% 0.25% -
HSV(B) 18.33º 0.44% 0.32% -
XYZ 5.44 4.92 3.25 -
YUV 63.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 82 57 46 0 0.30 0.44 0.68 18.33 0.28 0.25
Hex 52 39 2E 0 1E 2C 44 12 1C 19
Octal 122 71 56 0 36 54 104 22 34 31
Binary 1010010 111001 101110 0 11110 101100 1000100 10010 11100 11001

Color Harmonies of #52392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52392E

Black with #52392E

Text Example


Text Example

White with #52392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52392E; }

 p { color: rgb(82,57,46); }

 H1.HeaderClassName
 {
   color: #52392E;
 }
 .AnyTagClassName
 {
   color: #52392E;
 }
</style>

background-color css

<style>
 a { background-color: #52392E; }

 a { background-color: rgb(82,57,46); }

 div.DivClassName
 {
   background-color: #52392E;
 }
 .BgClassName
 {
   background-color: #52392E;
 }
</style>

border-color css

<style>
 span { border-color: #52392E; }

 span { border-color: rgb(82,57,46); }

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