Html Css Color HEX #523011 Baker's Chocolate

📋 copy color: '#523011'

red 82 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #523011

Tints of Baker's Chocolate #523011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

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

R = 55.78%
G = 32.65%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#523011 (or 0x523011) is known color: Baker's Chocolate. HEX triplet: 52, 30 and 11. RGB value is (82,48,17). Sum of RGB (Red+Green+Blue) = 82+48+17=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #523011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523011 is #ADCFEE. Grayscale: #363636. Windows color (decimal): -11390959 or 1126482. OLE color: 1126482.

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

Color convert

RGB 82 48 17 -
CMYK 0 0.41 0.79 0.68
HSL 28.62º 0.66% 0.19% -
HSV(B) 28.62º 0.79% 0.32% -
XYZ 4.64 3.95 1.05 -
YUV 54.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 82 48 17 0 0.41 0.79 0.68 28.62 0.66 0.19
Hex 52 30 11 0 29 4F 44 1D 42 13
Octal 122 60 21 0 51 117 104 35 102 23
Binary 1010010 110000 10001 0 101001 1001111 1000100 11101 1000010 10011

Color Harmonies of #523011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523011

Black with #523011

Text Example


Text Example

White with #523011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523011; }

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

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

background-color css

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

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

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

border-color css

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

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

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