Html Css Color HEX #52320E Baker's Chocolate

📋 copy color: '#52320E'

red 82 ◦ green 50 ◦ blue 14

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

Shades of Baker's Chocolate #52320E

Tints of Baker's Chocolate #52320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.25%

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

R = 56.16%
G = 34.25%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#52320E (or 0x52320E) is known color: Baker's Chocolate. HEX triplet: 52, 32 and 0E. RGB value is (82,50,14). Sum of RGB (Red+Green+Blue) = 82+50+14=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52320E is #ADCDF1. Grayscale: #373737. Windows color (decimal): -11390450 or 930386. OLE color: 930386.

HSL color Cylindrical-coordinate representation of color #52320E: hue angle of 31.76º 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 #52320E is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 14 -
CMYK 0 0.39 0.83 0.68
HSL 31.76º 0.71% 0.19% -
HSV(B) 31.76º 0.83% 0.32% -
XYZ 4.7 4.11 0.96 -
YUV 55.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 82 50 14 0 0.39 0.83 0.68 31.76 0.71 0.19
Hex 52 32 E 0 27 53 44 20 47 13
Octal 122 62 16 0 47 123 104 40 107 23
Binary 1010010 110010 1110 0 100111 1010011 1000100 100000 1000111 10011

Color Harmonies of #52320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52320E

Black with #52320E

Text Example


Text Example

White with #52320E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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