Html Css Color HEX #523611 Baker's Chocolate

📋 copy color: '#523611'

red 82 ◦ green 54 ◦ blue 17

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

Shades of Baker's Chocolate #523611

Tints of Baker's Chocolate #523611

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

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

R = 53.59%
G = 35.29%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#523611 (or 0x523611) is known color: Baker's Chocolate. HEX triplet: 52, 36 and 11. RGB value is (82,54,17). Sum of RGB (Red+Green+Blue) = 82+54+17=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #523611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523611 is #ADC9EE. Grayscale: #3A3A3A. Windows color (decimal): -11389423 or 1128018. OLE color: 1128018.

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

Color convert

RGB 82 54 17 -
CMYK 0 0.34 0.79 0.68
HSL 34.15º 0.66% 0.19% -
HSV(B) 34.15º 0.79% 0.32% -
XYZ 4.9 4.47 1.14 -
YUV 58.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 82 54 17 0 0.34 0.79 0.68 34.15 0.66 0.19
Hex 52 36 11 0 22 4F 44 22 42 13
Octal 122 66 21 0 42 117 104 42 102 23
Binary 1010010 110110 10001 0 100010 1001111 1000100 100010 1000010 10011

Color Harmonies of #523611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523611

Black with #523611

Text Example


Text Example

White with #523611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523611; }

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

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

background-color css

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

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

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

border-color css

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

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

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