#722401

Color #722401 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #722401

Tints of Baker's Chocolate #722401

Color information

#722401 (or 0x722401) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 24 and 01. RGB value is (114,36,1). Sum of RGB (Red+Green+Blue) = 114+36+1=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #722401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722401 is #8DDBFE. Grayscale: #373737. Windows color (decimal): -9296895 or 74866. OLE color: 74866.

HSL color Cylindrical-coordinate representation of color #722401: hue angle of 18.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #722401 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB114361-
CMYK00.680.990.55
HSL18.58º98.26%22.55%-
HSV(B)18.58º99.12%44.71%-
XYZ7.584.840.56-
YUV55.3397.34169.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=75.50%
G=23.84%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11436100.680.990.5518.5898.2622.55
Hex722410446337136217
Octal1624410104143672314227
Binary1110010100100101000100110001111011110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722401; }

 p { color: rgb(114,36,1); }

 H1.HeaderClassName
 {
   color: #722401;
 }
 .AnyTagClassName
 {
   color: #722401;
 }
</style>
background-color css

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

 a { background-color: rgb(114,36,1); }

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

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

 span { border-color: rgb(114,36,1); }

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