#523514

Color #523514 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #523514

Tints of Baker's Chocolate #523514

Color information

#523514 (or 0x523514) is unknown color: approx 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

RGB825320-
CMYK00.350.760.68
HSL31.94º60.78%20%-
HSV(B)31.94º75.61%32.16%-
XYZ4.884.391.25-
YUV57.91106.61145.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.90%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=52.90%
G=34.19%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82532000.350.760.6831.9460.7820
Hex5235140234C44203d14
Octal1226524043114104407524
Binary10100101101011010001000111001100100010010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>