Html Css Color HEX #563A00 Baker's Chocolate

📋 copy color: '#563A00'

red 86 ◦ green 58 ◦ blue 0

#563A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #563A00

Tints of Baker's Chocolate #563A00

RGB

 RED value IS 86 (33.98% from 255) = 59.72%

 GREEN value IS 58 (23.05% from 255) = 40.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.72%
G = 40.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#563A00 (or 0x563A00) is known color: Baker's Chocolate. HEX triplet: 56, 3A and 00. RGB value is (86,58,0). Sum of RGB (Red+Green+Blue) = 86+58+0=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #563A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A00 is #A9C5FF. Grayscale: #3C3C3C. Windows color (decimal): -11126272 or 14934. OLE color: 14934.

HSL color Cylindrical-coordinate representation of color #563A00: hue angle of 40.47º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #563A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 58 0 -
CMYK 0 0.33 1 0.66
HSL 40.47º 1% 0.17% -
HSV(B) 40.47º 1% 0.34% -
XYZ 5.35 5 0.68 -
YUV 59.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 86 58 0 0 0.33 1 0.66 40.47 1 0.17
Hex 56 3A 0 0 21 64 42 28 64 11
Octal 126 72 0 0 41 144 102 50 144 21
Binary 1010110 111010 0 0 100001 1100100 1000010 101000 1100100 10001

Color Harmonies of #563A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A00

Black with #563A00

Text Example


Text Example

White with #563A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,58,0); }

 H1.HeaderClassName
 {
   color: #563A00;
 }
 .AnyTagClassName
 {
   color: #563A00;
 }
</style>

background-color css

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

 a { background-color: rgb(86,58,0); }

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

border-color css

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

 span { border-color: rgb(86,58,0); }

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