Html Css Color HEX #563300 Baker's Chocolate

📋 copy color: '#563300'

red 86 ◦ green 51 ◦ blue 0

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

Shades of Baker's Chocolate #563300

Tints of Baker's Chocolate #563300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 62.77%
G = 37.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#563300 (or 0x563300) is known color: Baker's Chocolate. HEX triplet: 56, 33 and 00. RGB value is (86,51,0). Sum of RGB (Red+Green+Blue) = 86+51+0=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #563300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563300 is #A9CCFF. Grayscale: #373737. Windows color (decimal): -11128064 or 13142. OLE color: 13142.

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

Color convert

RGB 86 51 0 -
CMYK 0 0.41 1 0.66
HSL 35.58º 1% 0.17% -
HSV(B) 35.58º 1% 0.34% -
XYZ 5.02 4.35 0.57 -
YUV 55.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 86 51 0 0 0.41 1 0.66 35.58 1 0.17
Hex 56 33 0 0 29 64 42 24 64 11
Octal 126 63 0 0 51 144 102 44 144 21
Binary 1010110 110011 0 0 101001 1100100 1000010 100100 1100100 10001

Color Harmonies of #563300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563300

Black with #563300

Text Example


Text Example

White with #563300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563300; }

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

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

background-color css

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

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

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

border-color css

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

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

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