Html Css Color HEX #52290C Baker's Chocolate

📋 copy color: '#52290C'

red 82 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #52290C

Tints of Baker's Chocolate #52290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

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

R = 60.74%
G = 30.37%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#52290C (or 0x52290C) is known color: Baker's Chocolate. HEX triplet: 52, 29 and 0C. RGB value is (82,41,12). Sum of RGB (Red+Green+Blue) = 82+41+12=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #52290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52290C is #ADD6F3. Grayscale: #323232. Windows color (decimal): -11392756 or 797010. OLE color: 797010.

HSL color Cylindrical-coordinate representation of color #52290C: hue angle of 24.86º 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 #52290C is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 12 -
CMYK 0 0.50 0.85 0.68
HSL 24.86º 0.74% 0.18% -
HSV(B) 24.86º 0.85% 0.32% -
XYZ 4.34 3.41 0.78 -
YUV 49.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 82 41 12 0 0.50 0.85 0.68 24.86 0.74 0.18
Hex 52 29 C 0 32 55 44 19 4A 12
Octal 122 51 14 0 62 125 104 31 112 22
Binary 1010010 101001 1100 0 110010 1010101 1000100 11001 1001010 10010

Color Harmonies of #52290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52290C

Black with #52290C

Text Example


Text Example

White with #52290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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