Html Css Color HEX #523013 Baker's Chocolate

📋 copy color: '#523013'

red 82 ◦ green 48 ◦ blue 19

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

Shades of Baker's Chocolate #523013

Tints of Baker's Chocolate #523013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 55.03%
G = 32.21%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#523013 (or 0x523013) is known color: Baker's Chocolate. HEX triplet: 52, 30 and 13. RGB value is (82,48,19). Sum of RGB (Red+Green+Blue) = 82+48+19=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #523013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523013 is #ADCFEC. Grayscale: #373737. Windows color (decimal): -11390957 or 1257554. OLE color: 1257554.

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

Color convert

RGB 82 48 19 -
CMYK 0 0.41 0.77 0.68
HSL 27.62º 0.62% 0.2% -
HSV(B) 27.62º 0.77% 0.32% -
XYZ 4.65 3.95 1.13 -
YUV 54.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 82 48 19 0 0.41 0.77 0.68 27.62 0.62 0.2
Hex 52 30 13 0 29 4D 44 1C 3E 14
Octal 122 60 23 0 51 115 104 34 76 24
Binary 1010010 110000 10011 0 101001 1001101 1000100 11100 111110 10100

Color Harmonies of #523013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523013

Black with #523013

Text Example


Text Example

White with #523013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523013; }

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

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

background-color css

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

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

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

border-color css

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

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

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