Html Css Color HEX #562E15 Baker's Chocolate

📋 copy color: '#562E15'

red 86 ◦ green 46 ◦ blue 21

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

Shades of Baker's Chocolate #562E15

Tints of Baker's Chocolate #562E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.07%

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

R = 56.21%
G = 30.07%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#562E15 (or 0x562E15) is known color: Baker's Chocolate. HEX triplet: 56, 2E and 15. RGB value is (86,46,21). Sum of RGB (Red+Green+Blue) = 86+46+21=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #562E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562E15 is #A9D1EA. Grayscale: #373737. Windows color (decimal): -11129323 or 1388118. OLE color: 1388118.

HSL color Cylindrical-coordinate representation of color #562E15: hue angle of 23.08º 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 #562E15 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 46 21 -
CMYK 0 0.47 0.76 0.66
HSL 23.08º 0.61% 0.21% -
HSV(B) 23.08º 0.76% 0.34% -
XYZ 4.95 3.99 1.22 -
YUV 55.11 108.75 150.03 -
System Red Green Blue C M Y K H S L
Decimal 86 46 21 0 0.47 0.76 0.66 23.08 0.61 0.21
Hex 56 2E 15 0 2F 4C 42 17 3D 15
Octal 126 56 25 0 57 114 102 27 75 25
Binary 1010110 101110 10101 0 101111 1001100 1000010 10111 111101 10101

Color Harmonies of #562E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562E15

Black with #562E15

Text Example


Text Example

White with #562E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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