Html Css Color HEX #563800 Baker's Chocolate

📋 copy color: '#563800'

red 86 ◦ green 56 ◦ blue 0

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

Shades of Baker's Chocolate #563800

Tints of Baker's Chocolate #563800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.44%

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

R = 60.56%
G = 39.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#563800 (or 0x563800) is known color: Baker's Chocolate. HEX triplet: 56, 38 and 00. RGB value is (86,56,0). Sum of RGB (Red+Green+Blue) = 86+56+0=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #563800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563800 is #A9C7FF. Grayscale: #3A3A3A. Windows color (decimal): -11126784 or 14422. OLE color: 14422.

HSL color Cylindrical-coordinate representation of color #563800: hue angle of 39.07º 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 #563800 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 56 0 -
CMYK 0 0.35 1 0.66
HSL 39.07º 1% 0.17% -
HSV(B) 39.07º 1% 0.34% -
XYZ 5.25 4.81 0.65 -
YUV 58.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 86 56 0 0 0.35 1 0.66 39.07 1 0.17
Hex 56 38 0 0 23 64 42 27 64 11
Octal 126 70 0 0 43 144 102 47 144 21
Binary 1010110 111000 0 0 100011 1100100 1000010 100111 1100100 10001

Color Harmonies of #563800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563800

Black with #563800

Text Example


Text Example

White with #563800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563800; }

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

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

background-color css

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

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

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

border-color css

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

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

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