Html Css Color HEX #563012 Baker's Chocolate

📋 copy color: '#563012'

red 86 ◦ green 48 ◦ blue 18

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

Shades of Baker's Chocolate #563012

Tints of Baker's Chocolate #563012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 56.58%
G = 31.58%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#563012 (or 0x563012) is known color: Baker's Chocolate. HEX triplet: 56, 30 and 12. RGB value is (86,48,18). Sum of RGB (Red+Green+Blue) = 86+48+18=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #563012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563012 is #A9CFED. Grayscale: #383838. Windows color (decimal): -11128814 or 1192022. OLE color: 1192022.

HSL color Cylindrical-coordinate representation of color #563012: hue angle of 26.47º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #563012 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 48 18 -
CMYK 0 0.44 0.79 0.66
HSL 26.47º 0.65% 0.2% -
HSV(B) 26.47º 0.79% 0.34% -
XYZ 5 4.14 1.11 -
YUV 55.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 86 48 18 0 0.44 0.79 0.66 26.47 0.65 0.2
Hex 56 30 12 0 2C 4F 42 1A 41 14
Octal 126 60 22 0 54 117 102 32 101 24
Binary 1010110 110000 10010 0 101100 1001111 1000010 11010 1000001 10100

Color Harmonies of #563012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563012

Black with #563012

Text Example


Text Example

White with #563012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563012; }

 p { color: rgb(86,48,18); }

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

background-color css

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

 a { background-color: rgb(86,48,18); }

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

border-color css

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

 span { border-color: rgb(86,48,18); }

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