Html Css Color HEX #523412 Baker's Chocolate

📋 copy color: '#523412'

red 82 ◦ green 52 ◦ blue 18

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

Shades of Baker's Chocolate #523412

Tints of Baker's Chocolate #523412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 53.95%
G = 34.21%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523412 (or 0x523412) is known color: Baker's Chocolate. HEX triplet: 52, 34 and 12. RGB value is (82,52,18). Sum of RGB (Red+Green+Blue) = 82+52+18=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #523412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523412 is #ADCBED. Grayscale: #393939. Windows color (decimal): -11389934 or 1193042. OLE color: 1193042.

HSL color Cylindrical-coordinate representation of color #523412: hue angle of 31.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #523412 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 52 18 -
CMYK 0 0.37 0.78 0.68
HSL 31.88º 0.64% 0.2% -
HSV(B) 31.88º 0.78% 0.32% -
XYZ 4.82 4.29 1.15 -
YUV 57.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 82 52 18 0 0.37 0.78 0.68 31.88 0.64 0.2
Hex 52 34 12 0 25 4E 44 20 40 14
Octal 122 64 22 0 45 116 104 40 100 24
Binary 1010010 110100 10010 0 100101 1001110 1000100 100000 1000000 10100

Color Harmonies of #523412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523412

Black with #523412

Text Example


Text Example

White with #523412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523412; }

 p { color: rgb(82,52,18); }

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

background-color css

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

 a { background-color: rgb(82,52,18); }

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

border-color css

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

 span { border-color: rgb(82,52,18); }

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