Html Css Color HEX #563308 Baker's Chocolate

📋 copy color: '#563308'

red 86 ◦ green 51 ◦ blue 8

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

Shades of Baker's Chocolate #563308

Tints of Baker's Chocolate #563308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 59.31%
G = 35.17%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#563308 (or 0x563308) is known color: Baker's Chocolate. HEX triplet: 56, 33 and 08. RGB value is (86,51,8). Sum of RGB (Red+Green+Blue) = 86+51+8=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #563308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563308 is #A9CCF7. Grayscale: #383838. Windows color (decimal): -11128056 or 537430. OLE color: 537430.

HSL color Cylindrical-coordinate representation of color #563308: hue angle of 33.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #563308 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 51 8 -
CMYK 0 0.41 0.91 0.66
HSL 33.08º 0.83% 0.18% -
HSV(B) 33.08º 0.91% 0.34% -
XYZ 5.07 4.36 0.81 -
YUV 56.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 86 51 8 0 0.41 0.91 0.66 33.08 0.83 0.18
Hex 56 33 8 0 29 5B 42 21 53 12
Octal 126 63 10 0 51 133 102 41 123 22
Binary 1010110 110011 1000 0 101001 1011011 1000010 100001 1010011 10010

Color Harmonies of #563308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563308

Black with #563308

Text Example


Text Example

White with #563308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563308; }

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

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

background-color css

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

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

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

border-color css

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

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

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