#563C04

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

Shades of Baker's Chocolate #563C04

Tints of Baker's Chocolate #563C04

Color information

#563C04 (or 0x563C04) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 3C and 04. RGB value is (86,60,4). Sum of RGB (Red+Green+Blue) = 86+60+4=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #563C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C04 is #A9C3FB. Grayscale: #3D3D3D. Windows color (decimal): -11125756 or 277590. OLE color: 277590.

HSL color Cylindrical-coordinate representation of color #563C04: hue angle of 40.98º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #563C04 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB86604-
CMYK00.300.950.66
HSL40.98º91.11%17.65%-
HSV(B)40.98º95.35%33.73%-
XYZ5.485.220.83-
YUV61.3995.61145.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 60 (23.83% from 255) = 40%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=57.33%
G=40%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8660400.300.950.6640.9891.1117.65
Hex563C401E5F42295b12
Octal1267440361371025113322
Binary101011011110010001111010111111000010101001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563C04; }

 p { color: rgb(86,60,4); }

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

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

 a { background-color: rgb(86,60,4); }

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

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

 span { border-color: rgb(86,60,4); }

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