Html Css Color HEX #523711 Baker's Chocolate

📋 copy color: '#523711'

red 82 ◦ green 55 ◦ blue 17

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

Shades of Baker's Chocolate #523711

Tints of Baker's Chocolate #523711

RGB

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

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

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

R = 53.25%
G = 35.71%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#523711 (or 0x523711) is known color: Baker's Chocolate. HEX triplet: 52, 37 and 11. RGB value is (82,55,17). Sum of RGB (Red+Green+Blue) = 82+55+17=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #523711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523711 is #ADC8EE. Grayscale: #3A3A3A. Windows color (decimal): -11389167 or 1128274. OLE color: 1128274.

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

Color convert

RGB 82 55 17 -
CMYK 0 0.33 0.79 0.68
HSL 35.08º 0.66% 0.19% -
HSV(B) 35.08º 0.79% 0.32% -
XYZ 4.95 4.57 1.15 -
YUV 58.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 82 55 17 0 0.33 0.79 0.68 35.08 0.66 0.19
Hex 52 37 11 0 21 4F 44 23 42 13
Octal 122 67 21 0 41 117 104 43 102 23
Binary 1010010 110111 10001 0 100001 1001111 1000100 100011 1000010 10011

Color Harmonies of #523711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523711

Black with #523711

Text Example


Text Example

White with #523711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523711; }

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

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

background-color css

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

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

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

border-color css

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

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

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