Html Css Color HEX #523012 Baker's Chocolate

📋 copy color: '#523012'

red 82 ◦ green 48 ◦ blue 18

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

Shades of Baker's Chocolate #523012

Tints of Baker's Chocolate #523012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.43%

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

R = 55.41%
G = 32.43%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523012 (or 0x523012) is known color: Baker's Chocolate. HEX triplet: 52, 30 and 12. RGB value is (82,48,18). Sum of RGB (Red+Green+Blue) = 82+48+18=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #523012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523012 is #ADCFED. Grayscale: #363636. Windows color (decimal): -11390958 or 1192018. OLE color: 1192018.

HSL color Cylindrical-coordinate representation of color #523012: hue angle of 28.12º 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 #523012 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 48 18 -
CMYK 0 0.41 0.78 0.68
HSL 28.13º 0.64% 0.2% -
HSV(B) 28.13º 0.78% 0.32% -
XYZ 4.65 3.95 1.09 -
YUV 54.75 107.26 147.44 -
System Red Green Blue C M Y K H S L
Decimal 82 48 18 0 0.41 0.78 0.68 28.13 0.64 0.2
Hex 52 30 12 0 29 4E 44 1C 40 14
Octal 122 60 22 0 51 116 104 34 100 24
Binary 1010010 110000 10010 0 101001 1001110 1000100 11100 1000000 10100

Color Harmonies of #523012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523012

Black with #523012

Text Example


Text Example

White with #523012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523012; }

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

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

background-color css

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

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

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

border-color css

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

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

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