#722F01

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

Shades of Baker's Chocolate #722F01

Tints of Baker's Chocolate #722F01

Color information

#722F01 (or 0x722F01) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2F and 01. RGB value is (114,47,1). Sum of RGB (Red+Green+Blue) = 114+47+1=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #722F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F01 is #8DD0FE. Grayscale: #3E3E3E. Windows color (decimal): -9294079 or 77682. OLE color: 77682.

HSL color Cylindrical-coordinate representation of color #722F01: hue angle of 24.42º 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 #722F01 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB114471-
CMYK00.590.990.55
HSL24.42º98.26%22.55%-
HSV(B)24.42º99.12%44.71%-
XYZ7.965.610.69-
YUV61.7993.7165.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 47 (18.75% from 255) = 29.01%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=70.37%
G=29.01%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11447100.590.990.5524.4298.2622.55
Hex722F103B6337186217
Octal162571073143673014227
Binary111001010111110111011110001111011111000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F01; }

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

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

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

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

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

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

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

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