#523608

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

Shades of Baker's Chocolate #523608

Tints of Baker's Chocolate #523608

Color information

#523608 (or 0x523608) is unknown color: approx Baker's Chocolate. HEX triplet: 52, 36 and 08. RGB value is (82,54,8). Sum of RGB (Red+Green+Blue) = 82+54+8=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #523608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523608 is #ADC9F7. Grayscale: #393939. Windows color (decimal): -11389432 or 538194. OLE color: 538194.

HSL color Cylindrical-coordinate representation of color #523608: hue angle of 37.3º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #523608 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB82548-
CMYK00.340.900.68
HSL37.3º82.22%17.65%-
HSV(B)37.3º90.24%32.16%-
XYZ4.844.450.83-
YUV57.13100.28145.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=56.94%
G=37.5%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8254800.340.900.6837.382.2217.65
Hex523680225A44255212
Octal12266100421321044512222
Binary10100101101101000010001010110101000100100101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523608; }

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

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

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

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

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

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

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

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