Html Css Color HEX #523811 Baker's Chocolate

📋 copy color: '#523811'

red 82 ◦ green 56 ◦ blue 17

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

Shades of Baker's Chocolate #523811

Tints of Baker's Chocolate #523811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.13%

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

R = 52.9%
G = 36.13%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#523811 (or 0x523811) is known color: Baker's Chocolate. HEX triplet: 52, 38 and 11. RGB value is (82,56,17). Sum of RGB (Red+Green+Blue) = 82+56+17=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523811 is #ADC7EE. Grayscale: #3B3B3B. Windows color (decimal): -11388911 or 1128530. OLE color: 1128530.

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

Color convert

RGB 82 56 17 -
CMYK 0 0.32 0.79 0.68
HSL 36º 0.66% 0.19% -
HSV(B) 36º 0.79% 0.32% -
XYZ 5 4.66 1.17 -
YUV 59.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 82 56 17 0 0.32 0.79 0.68 36 0.66 0.19
Hex 52 38 11 0 20 4F 44 24 42 13
Octal 122 70 21 0 40 117 104 44 102 23
Binary 1010010 111000 10001 0 100000 1001111 1000100 100100 1000010 10011

Color Harmonies of #523811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523811

Black with #523811

Text Example


Text Example

White with #523811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523811; }

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

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

background-color css

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

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

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

border-color css

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

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

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