Html Css Color HEX #523514 Baker's Chocolate

📋 copy color: '#523514'

red 82 ◦ green 53 ◦ blue 20

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

Shades of Baker's Chocolate #523514

Tints of Baker's Chocolate #523514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 52.9%
G = 34.19%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#523514 (or 0x523514) is known color: Baker's Chocolate. HEX triplet: 52, 35 and 14. RGB value is (82,53,20). Sum of RGB (Red+Green+Blue) = 82+53+20=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #523514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523514 is #ADCAEB. Grayscale: #3A3A3A. Windows color (decimal): -11389676 or 1324370. OLE color: 1324370.

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

Color convert

RGB 82 53 20 -
CMYK 0 0.35 0.76 0.68
HSL 31.94º 0.61% 0.2% -
HSV(B) 31.94º 0.76% 0.32% -
XYZ 4.88 4.39 1.25 -
YUV 57.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 82 53 20 0 0.35 0.76 0.68 31.94 0.61 0.2
Hex 52 35 14 0 23 4C 44 20 3D 14
Octal 122 65 24 0 43 114 104 40 75 24
Binary 1010010 110101 10100 0 100011 1001100 1000100 100000 111101 10100

Color Harmonies of #523514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523514

Black with #523514

Text Example


Text Example

White with #523514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523514; }

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

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

background-color css

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

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

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

border-color css

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

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

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