Html Css Color HEX #523913 Baker's Chocolate

📋 copy color: '#523913'

red 82 ◦ green 57 ◦ blue 19

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

Shades of Baker's Chocolate #523913

Tints of Baker's Chocolate #523913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.08%

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

R = 51.9%
G = 36.08%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#523913 (or 0x523913) is known color: Baker's Chocolate. HEX triplet: 52, 39 and 13. RGB value is (82,57,19). Sum of RGB (Red+Green+Blue) = 82+57+19=158 (20% of max value = 765). Red value is 82 (32.42% from 255 or 51.90% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 82 - color contains mainly: red. Hex color #523913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523913 is #ADC6EC. Grayscale: #3C3C3C. Windows color (decimal): -11388653 or 1259858. OLE color: 1259858.

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

Color convert

RGB 82 57 19 -
CMYK 0 0.30 0.77 0.68
HSL 36.19º 0.62% 0.2% -
HSV(B) 36.19º 0.77% 0.32% -
XYZ 5.06 4.77 1.27 -
YUV 60.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 82 57 19 0 0.30 0.77 0.68 36.19 0.62 0.2
Hex 52 39 13 0 1E 4D 44 24 3E 14
Octal 122 71 23 0 36 115 104 44 76 24
Binary 1010010 111001 10011 0 11110 1001101 1000100 100100 111110 10100

Color Harmonies of #523913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523913

Black with #523913

Text Example


Text Example

White with #523913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523913; }

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

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

background-color css

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

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

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

border-color css

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

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

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