Html Css Color HEX #52240C Baker's Chocolate

📋 copy color: '#52240C'

red 82 ◦ green 36 ◦ blue 12

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

Shades of Baker's Chocolate #52240C

Tints of Baker's Chocolate #52240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 63.08%
G = 27.69%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#52240C (or 0x52240C) is known color: Baker's Chocolate. HEX triplet: 52, 24 and 0C. RGB value is (82,36,12). Sum of RGB (Red+Green+Blue) = 82+36+12=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52240C is #ADDBF3. Grayscale: #2F2F2F. Windows color (decimal): -11394036 or 795730. OLE color: 795730.

HSL color Cylindrical-coordinate representation of color #52240C: hue angle of 20.57º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52240C is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 36 12 -
CMYK 0 0.56 0.85 0.68
HSL 20.57º 0.74% 0.18% -
HSV(B) 20.57º 0.85% 0.32% -
XYZ 4.18 3.08 0.72 -
YUV 47.02 108.24 152.95 -
System Red Green Blue C M Y K H S L
Decimal 82 36 12 0 0.56 0.85 0.68 20.57 0.74 0.18
Hex 52 24 C 0 38 55 44 15 4A 12
Octal 122 44 14 0 70 125 104 25 112 22
Binary 1010010 100100 1100 0 111000 1010101 1000100 10101 1001010 10010

Color Harmonies of #52240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52240C

Black with #52240C

Text Example


Text Example

White with #52240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52240C; }

 p { color: rgb(82,36,12); }

 H1.HeaderClassName
 {
   color: #52240C;
 }
 .AnyTagClassName
 {
   color: #52240C;
 }
</style>

background-color css

<style>
 a { background-color: #52240C; }

 a { background-color: rgb(82,36,12); }

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

border-color css

<style>
 span { border-color: #52240C; }

 span { border-color: rgb(82,36,12); }

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