Html Css Color HEX #563500 Baker's Chocolate

📋 copy color: '#563500'

red 86 ◦ green 53 ◦ blue 0

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

Shades of Baker's Chocolate #563500

Tints of Baker's Chocolate #563500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.13%

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

R = 61.87%
G = 38.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#563500 (or 0x563500) is known color: Baker's Chocolate. HEX triplet: 56, 35 and 00. RGB value is (86,53,0). Sum of RGB (Red+Green+Blue) = 86+53+0=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #563500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563500 is #A9CAFF. Grayscale: #393939. Windows color (decimal): -11127552 or 13654. OLE color: 13654.

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

Color convert

RGB 86 53 0 -
CMYK 0 0.38 1 0.66
HSL 36.98º 1% 0.17% -
HSV(B) 36.98º 1% 0.34% -
XYZ 5.11 4.52 0.6 -
YUV 56.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 86 53 0 0 0.38 1 0.66 36.98 1 0.17
Hex 56 35 0 0 26 64 42 25 64 11
Octal 126 65 0 0 46 144 102 45 144 21
Binary 1010110 110101 0 0 100110 1100100 1000010 100101 1100100 10001

Color Harmonies of #563500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563500

Black with #563500

Text Example


Text Example

White with #563500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563500; }

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

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

background-color css

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

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

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

border-color css

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

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

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