Html Css Color HEX #562A15 Baker's Chocolate

📋 copy color: '#562A15'

red 86 ◦ green 42 ◦ blue 21

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

Shades of Baker's Chocolate #562A15

Tints of Baker's Chocolate #562A15

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.19%

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

R = 57.72%
G = 28.19%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#562A15 (or 0x562A15) is known color: Baker's Chocolate. HEX triplet: 56, 2A and 15. RGB value is (86,42,21). Sum of RGB (Red+Green+Blue) = 86+42+21=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #562A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562A15 is #A9D5EA. Grayscale: #343434. Windows color (decimal): -11130347 or 1387094. OLE color: 1387094.

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

Color convert

RGB 86 42 21 -
CMYK 0 0.51 0.76 0.66
HSL 19.38º 0.61% 0.21% -
HSV(B) 19.38º 0.76% 0.34% -
XYZ 4.8 3.69 1.17 -
YUV 52.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 86 42 21 0 0.51 0.76 0.66 19.38 0.61 0.21
Hex 56 2A 15 0 33 4C 42 13 3D 15
Octal 126 52 25 0 63 114 102 23 75 25
Binary 1010110 101010 10101 0 110011 1001100 1000010 10011 111101 10101

Color Harmonies of #562A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562A15

Black with #562A15

Text Example


Text Example

White with #562A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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