Html Css Color HEX #562C15 Baker's Chocolate

📋 copy color: '#562C15'

red 86 ◦ green 44 ◦ blue 21

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

Shades of Baker's Chocolate #562C15

Tints of Baker's Chocolate #562C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.14%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 56.95%
G = 29.14%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#562C15 (or 0x562C15) is known color: Baker's Chocolate. HEX triplet: 56, 2C and 15. RGB value is (86,44,21). Sum of RGB (Red+Green+Blue) = 86+44+21=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #562C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562C15 is #A9D3EA. Grayscale: #363636. Windows color (decimal): -11129835 or 1387606. OLE color: 1387606.

HSL color Cylindrical-coordinate representation of color #562C15: hue angle of 21.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #562C15 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 44 21 -
CMYK 0 0.49 0.76 0.66
HSL 21.23º 0.61% 0.21% -
HSV(B) 21.23º 0.76% 0.34% -
XYZ 4.87 3.83 1.19 -
YUV 53.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 86 44 21 0 0.49 0.76 0.66 21.23 0.61 0.21
Hex 56 2C 15 0 31 4C 42 15 3D 15
Octal 126 54 25 0 61 114 102 25 75 25
Binary 1010110 101100 10101 0 110001 1001100 1000010 10101 111101 10101

Color Harmonies of #562C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562C15

Black with #562C15

Text Example


Text Example

White with #562C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562C15; }

 p { color: rgb(86,44,21); }

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

background-color css

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

 a { background-color: rgb(86,44,21); }

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

border-color css

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

 span { border-color: rgb(86,44,21); }

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