#523614

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

Shades of Baker's Chocolate #523614

Tints of Baker's Chocolate #523614

Color information

#523614 (or 0x523614) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 36 and 14. RGB value is (82,54,20). Sum of RGB (Red+Green+Blue) = 82+54+20=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #523614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523614 is #ADC9EB. Grayscale: #3A3A3A. Windows color (decimal): -11389420 or 1324626. OLE color: 1324626.

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

Color convert

RGB825420-
CMYK00.340.760.68
HSL32.9º60.78%20%-
HSV(B)32.9º75.61%32.16%-
XYZ4.934.481.27-
YUV58.5106.28144.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=52.56%
G=34.62%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82542000.340.760.6832.960.7820
Hex5236140224C44213d14
Octal1226624042114104417524
Binary10100101101101010001000101001100100010010000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523614; }

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

 H1.HeaderClassName
 {
   color: #523614;
 }
 .AnyTagClassName
 {
   color: #523614;
 }
</style>
background-color css

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

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

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

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

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

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