Html Css Color HEX #563A09 Baker's Chocolate

📋 copy color: '#563A09'

red 86 ◦ green 58 ◦ blue 9

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

Shades of Baker's Chocolate #563A09

Tints of Baker's Chocolate #563A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.88%

R = 56.21%
G = 37.91%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#563A09 (or 0x563A09) is known color: Baker's Chocolate. HEX triplet: 56, 3A and 09. RGB value is (86,58,9). Sum of RGB (Red+Green+Blue) = 86+58+9=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #563A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A09 is #A9C5F6. Grayscale: #3D3D3D. Windows color (decimal): -11126263 or 604758. OLE color: 604758.

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

Color convert

RGB 86 58 9 -
CMYK 0 0.33 0.90 0.66
HSL 38.18º 0.81% 0.19% -
HSV(B) 38.18º 0.9% 0.34% -
XYZ 5.4 5.02 0.94 -
YUV 60.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 86 58 9 0 0.33 0.90 0.66 38.18 0.81 0.19
Hex 56 3A 9 0 21 5A 42 26 51 13
Octal 126 72 11 0 41 132 102 46 121 23
Binary 1010110 111010 1001 0 100001 1011010 1000010 100110 1010001 10011

Color Harmonies of #563A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563A09

Black with #563A09

Text Example


Text Example

White with #563A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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