#722A02

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

Shades of Baker's Chocolate #722A02

Tints of Baker's Chocolate #722A02

Color information

#722A02 (or 0x722A02) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2A and 02. RGB value is (114,42,2). Sum of RGB (Red+Green+Blue) = 114+42+2=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #722A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A02 is #8DD5FD. Grayscale: #3B3B3B. Windows color (decimal): -9295358 or 141938. OLE color: 141938.

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

Color convert

RGB114422-
CMYK00.630.980.55
HSL21.43º96.55%22.75%-
HSV(B)21.43º98.25%44.71%-
XYZ7.785.240.66-
YUV58.9795.85167.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.15%
GREEN value IS 42 (16.80% from 255) = 26.58%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=72.15%
G=26.58%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11442200.630.980.5521.4396.5522.75
Hex722A203F6237156117
Octal162522077142672514127
Binary1110010101010100111111110001011011110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,42,2); }

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

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

 a { background-color: rgb(114,42,2); }

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

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

 span { border-color: rgb(114,42,2); }

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