Html Css Color HEX #523512 Baker's Chocolate

📋 copy color: '#523512'

red 82 ◦ green 53 ◦ blue 18

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

Shades of Baker's Chocolate #523512

Tints of Baker's Chocolate #523512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.64%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 53.59%
G = 34.64%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#523512 (or 0x523512) is known color: Baker's Chocolate. HEX triplet: 52, 35 and 12. RGB value is (82,53,18). Sum of RGB (Red+Green+Blue) = 82+53+18=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #523512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523512 is #ADCAED. Grayscale: #393939. Windows color (decimal): -11389678 or 1193298. OLE color: 1193298.

HSL color Cylindrical-coordinate representation of color #523512: hue angle of 32.81º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #523512 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 53 18 -
CMYK 0 0.35 0.78 0.68
HSL 32.81º 0.64% 0.2% -
HSV(B) 32.81º 0.78% 0.32% -
XYZ 4.86 4.38 1.16 -
YUV 57.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 82 53 18 0 0.35 0.78 0.68 32.81 0.64 0.2
Hex 52 35 12 0 23 4E 44 21 40 14
Octal 122 65 22 0 43 116 104 41 100 24
Binary 1010010 110101 10010 0 100011 1001110 1000100 100001 1000000 10100

Color Harmonies of #523512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523512

Black with #523512

Text Example


Text Example

White with #523512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523512; }

 p { color: rgb(82,53,18); }

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

background-color css

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

 a { background-color: rgb(82,53,18); }

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

border-color css

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

 span { border-color: rgb(82,53,18); }

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