Html Css Color HEX #52290E Baker's Chocolate

📋 copy color: '#52290E'

red 82 ◦ green 41 ◦ blue 14

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

Shades of Baker's Chocolate #52290E

Tints of Baker's Chocolate #52290E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.22%

R = 59.85%
G = 29.93%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#52290E (or 0x52290E) is known color: Baker's Chocolate. HEX triplet: 52, 29 and 0E. RGB value is (82,41,14). Sum of RGB (Red+Green+Blue) = 82+41+14=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #52290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52290E is #ADD6F1. Grayscale: #323232. Windows color (decimal): -11392754 or 928082. OLE color: 928082.

HSL color Cylindrical-coordinate representation of color #52290E: hue angle of 23.82º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52290E is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 14 -
CMYK 0 0.50 0.83 0.68
HSL 23.82º 0.71% 0.19% -
HSV(B) 23.82º 0.83% 0.32% -
XYZ 4.35 3.41 0.84 -
YUV 50.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 82 41 14 0 0.50 0.83 0.68 23.82 0.71 0.19
Hex 52 29 E 0 32 53 44 18 47 13
Octal 122 51 16 0 62 123 104 30 107 23
Binary 1010010 101001 1110 0 110010 1010011 1000100 11000 1000111 10011

Color Harmonies of #52290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52290E

Black with #52290E

Text Example


Text Example

White with #52290E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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