Html Css Color HEX #52372D Cioccolato

📋 copy color: '#52372D'

red 82 ◦ green 55 ◦ blue 45

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

Shades of Cioccolato #52372D

Tints of Cioccolato #52372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.22%

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 45.05%
G = 30.22%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52372D (or 0x52372D) is known color: Cioccolato. HEX triplet: 52, 37 and 2D. RGB value is (82,55,45). Sum of RGB (Red+Green+Blue) = 82+55+45=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52372D is #ADC8D2. Grayscale: #3E3E3E. Windows color (decimal): -11389139 or 2963282. OLE color: 2963282.

HSL color Cylindrical-coordinate representation of color #52372D: hue angle of 16.22º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52372D is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 55 45 -
CMYK 0 0.33 0.45 0.68
HSL 16.22º 0.29% 0.25% -
HSV(B) 16.22º 0.45% 0.32% -
XYZ 5.32 4.72 3.11 -
YUV 61.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 82 55 45 0 0.33 0.45 0.68 16.22 0.29 0.25
Hex 52 37 2D 0 21 2D 44 10 1D 19
Octal 122 67 55 0 41 55 104 20 35 31
Binary 1010010 110111 101101 0 100001 101101 1000100 10000 11101 11001

Color Harmonies of #52372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52372D

Black with #52372D

Text Example


Text Example

White with #52372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52372D; }

 p { color: rgb(82,55,45); }

 H1.HeaderClassName
 {
   color: #52372D;
 }
 .AnyTagClassName
 {
   color: #52372D;
 }
</style>

background-color css

<style>
 a { background-color: #52372D; }

 a { background-color: rgb(82,55,45); }

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

border-color css

<style>
 span { border-color: #52372D; }

 span { border-color: rgb(82,55,45); }

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