#563514

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

Shades of Baker's Chocolate #563514

Tints of Baker's Chocolate #563514

Color information

#563514 (or 0x563514) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 35 and 14. RGB value is (86,53,20). Sum of RGB (Red+Green+Blue) = 86+53+20=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #563514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563514 is #A9CAEB. Grayscale: #3B3B3B. Windows color (decimal): -11127532 or 1324374. OLE color: 1324374.

HSL color Cylindrical-coordinate representation of color #563514: hue angle of 30º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #563514 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB865320-
CMYK00.380.770.66
HSL30º62.26%20.78%-
HSV(B)30º76.74%33.73%-
XYZ5.244.581.27-
YUV59.1105.93147.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.09%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=54.09%
G=33.33%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86532000.380.770.663062.2620.78
Hex5635140264D421e3e15
Octal1266524046115102367625
Binary1010110110101101000100110100110110000101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563514; }

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

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

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

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

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

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

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

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