Html Css Color HEX #563C1A Baker's Chocolate

📋 copy color: '#563C1A'

red 86 ◦ green 60 ◦ blue 26

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

Shades of Baker's Chocolate #563C1A

Tints of Baker's Chocolate #563C1A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.88%

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 50%
G = 34.88%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#563C1A (or 0x563C1A) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 1A. RGB value is (86,60,26). Sum of RGB (Red+Green+Blue) = 86+60+26=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #563C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C1A is #A9C3E5. Grayscale: #404040. Windows color (decimal): -11125734 or 1719382. OLE color: 1719382.

HSL color Cylindrical-coordinate representation of color #563C1A: hue angle of 34º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #563C1A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 60 26 -
CMYK 0 0.30 0.70 0.66
HSL 34º 0.54% 0.22% -
HSV(B) 34º 0.7% 0.34% -
XYZ 5.64 5.28 1.7 -
YUV 63.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 86 60 26 0 0.30 0.70 0.66 34 0.54 0.22
Hex 56 3C 1A 0 1E 46 42 22 36 16
Octal 126 74 32 0 36 106 102 42 66 26
Binary 1010110 111100 11010 0 11110 1000110 1000010 100010 110110 10110

Color Harmonies of #563C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C1A

Black with #563C1A

Text Example


Text Example

White with #563C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,60,26); }

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

background-color css

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

 a { background-color: rgb(86,60,26); }

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

border-color css

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

 span { border-color: rgb(86,60,26); }

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