#722F00

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

Shades of Baker's Chocolate #722F00

Tints of Baker's Chocolate #722F00

Color information

#722F00 (or 0x722F00) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 2F and 00. RGB value is (114,47,0). Sum of RGB (Red+Green+Blue) = 114+47+0=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #722F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F00 is #8DD0FF. Grayscale: #3D3D3D. Windows color (decimal): -9294080 or 12146. OLE color: 12146.

HSL color Cylindrical-coordinate representation of color #722F00: hue angle of 24.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #722F00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB114470-
CMYK00.5910.55
HSL24.74º100%22.35%-
HSV(B)24.74º100%44.71%-
XYZ7.965.610.66-
YUV61.6893.2165.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.81%
G=29.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11447000.5910.5524.7410022.35
Hex722F003B6437196416
Octal162570073144673114426
Binary111001010111100111011110010011011111001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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