#722908

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

Shades of Baker's Chocolate #722908

Tints of Baker's Chocolate #722908

Color information

#722908 (or 0x722908) is unknown color: approx Baker's Chocolate. HEX triplet: 72, 29 and 08. RGB value is (114,41,8). Sum of RGB (Red+Green+Blue) = 114+41+8=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #722908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722908 is #8DD6F7. Grayscale: #3B3B3B. Windows color (decimal): -9295608 or 534898. OLE color: 534898.

HSL color Cylindrical-coordinate representation of color #722908: hue angle of 18.68º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #722908 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB114418-
CMYK00.640.930.55
HSL18.68º86.89%23.92%-
HSV(B)18.68º92.98%44.71%-
XYZ7.785.180.82-
YUV59.0699.18167.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.94%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=69.94%
G=25.15%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11441800.640.930.5518.6886.8923.92
Hex722980405D37135718
Octal16251100100135672312730
Binary1110010101001100001000000101110111011110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722908; }

 p { color: rgb(114,41,8); }

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

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

 a { background-color: rgb(114,41,8); }

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

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

 span { border-color: rgb(114,41,8); }

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