Html Css Color HEX #52362A Cioccolato

📋 copy color: '#52362A'

red 82 ◦ green 54 ◦ blue 42

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

Shades of Cioccolato #52362A

Tints of Cioccolato #52362A

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.8% from 255) = 23.6%

R = 46.07%
G = 30.34%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52362A (or 0x52362A) is known color: 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

RGB 82 54 42 -
CMYK 0 0.34 0.49 0.68
HSL 18º 0.32% 0.24% -
HSV(B) 18º 0.49% 0.32% -
XYZ 5.22 4.6 2.8 -
YUV 61 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 82 54 42 0 0.34 0.49 0.68 18 0.32 0.24
Hex 52 36 2A 0 22 31 44 12 20 18
Octal 122 66 52 0 42 61 104 22 40 30
Binary 1010010 110110 101010 0 100010 110001 1000100 10010 100000 11000

Color Harmonies of #52362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52362A

Black with #52362A

Text Example


Text Example

White with #52362A

Text Example


Text Example

HTML Codes & Css Web 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>