Html Css Color HEX #563704 Baker's Chocolate

📋 copy color: '#563704'

red 86 ◦ green 55 ◦ blue 4

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

Shades of Baker's Chocolate #563704

Tints of Baker's Chocolate #563704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

 BLUE value IS 4 (1.95% from 255) = 2.76%

R = 59.31%
G = 37.93%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#563704 (or 0x563704) is known color: Baker's Chocolate. HEX triplet: 56, 37 and 04. RGB value is (86,55,4). Sum of RGB (Red+Green+Blue) = 86+55+4=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #563704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563704 is #A9C8FB. Grayscale: #3A3A3A. Windows color (decimal): -11127036 or 276310. OLE color: 276310.

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

Color convert

RGB 86 55 4 -
CMYK 0 0.36 0.95 0.66
HSL 37.32º 0.91% 0.18% -
HSV(B) 37.32º 0.95% 0.34% -
XYZ 5.23 4.72 0.75 -
YUV 58.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 86 55 4 0 0.36 0.95 0.66 37.32 0.91 0.18
Hex 56 37 4 0 24 5F 42 25 5B 12
Octal 126 67 4 0 44 137 102 45 133 22
Binary 1010110 110111 100 0 100100 1011111 1000010 100101 1011011 10010

Color Harmonies of #563704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563704

Black with #563704

Text Example


Text Example

White with #563704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563704; }

 p { color: rgb(86,55,4); }

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

background-color css

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

 a { background-color: rgb(86,55,4); }

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

border-color css

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

 span { border-color: rgb(86,55,4); }

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