#742404

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

Shades of Baker's Chocolate #742404

Tints of Baker's Chocolate #742404

Color information

#742404 (or 0x742404) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 24 and 04. RGB value is (116,36,4). Sum of RGB (Red+Green+Blue) = 116+36+4=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #742404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742404 is #8BDBFB. Grayscale: #383838. Windows color (decimal): -9165820 or 271476. OLE color: 271476.

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

Color convert

RGB116364-
CMYK00.690.970.55
HSL17.14º93.33%23.53%-
HSV(B)17.14º96.55%45.49%-
XYZ7.864.980.66-
YUV56.2798.5170.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.36%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=74.36%
G=23.08%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11636400.690.970.5517.1493.3323.53
Hex742440456137115d18
Octal1644440105141672113530
Binary111010010010010001000101110000111011110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742404; }

 p { color: rgb(116,36,4); }

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

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

 a { background-color: rgb(116,36,4); }

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

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

 span { border-color: rgb(116,36,4); }

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