Html Css Color HEX #523111 Baker's Chocolate

📋 copy color: '#523111'

red 82 ◦ green 49 ◦ blue 17

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

Shades of Baker's Chocolate #523111

Tints of Baker's Chocolate #523111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.11%

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 55.41%
G = 33.11%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#523111 (or 0x523111) is known color: Baker's Chocolate. HEX triplet: 52, 31 and 11. RGB value is (82,49,17). Sum of RGB (Red+Green+Blue) = 82+49+17=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #523111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523111 is #ADCEEE. Grayscale: #373737. Windows color (decimal): -11390703 or 1126738. OLE color: 1126738.

HSL color Cylindrical-coordinate representation of color #523111: hue angle of 29.54º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #523111 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 17 -
CMYK 0 0.40 0.79 0.68
HSL 29.54º 0.66% 0.19% -
HSV(B) 29.54º 0.79% 0.32% -
XYZ 4.68 4.03 1.06 -
YUV 55.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 82 49 17 0 0.40 0.79 0.68 29.54 0.66 0.19
Hex 52 31 11 0 28 4F 44 1E 42 13
Octal 122 61 21 0 50 117 104 36 102 23
Binary 1010010 110001 10001 0 101000 1001111 1000100 11110 1000010 10011

Color Harmonies of #523111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523111

Black with #523111

Text Example


Text Example

White with #523111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523111; }

 p { color: rgb(82,49,17); }

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

background-color css

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

 a { background-color: rgb(82,49,17); }

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

border-color css

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

 span { border-color: rgb(82,49,17); }

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