Html Css Color HEX #523713 Baker's Chocolate

📋 copy color: '#523713'

red 82 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #523713

Tints of Baker's Chocolate #523713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.26%

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

R = 52.56%
G = 35.26%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#523713 (or 0x523713) is known color: Baker's Chocolate. HEX triplet: 52, 37 and 13. RGB value is (82,55,19). Sum of RGB (Red+Green+Blue) = 82+55+19=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523713 is #ADC8EC. Grayscale: #3B3B3B. Windows color (decimal): -11389165 or 1259346. OLE color: 1259346.

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

Color convert

RGB 82 55 19 -
CMYK 0 0.33 0.77 0.68
HSL 34.29º 0.62% 0.2% -
HSV(B) 34.29º 0.77% 0.32% -
XYZ 4.96 4.57 1.24 -
YUV 58.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 82 55 19 0 0.33 0.77 0.68 34.29 0.62 0.2
Hex 52 37 13 0 21 4D 44 22 3E 14
Octal 122 67 23 0 41 115 104 42 76 24
Binary 1010010 110111 10011 0 100001 1001101 1000100 100010 111110 10100

Color Harmonies of #523713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523713

Black with #523713

Text Example


Text Example

White with #523713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523713; }

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

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

background-color css

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

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

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

border-color css

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

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

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