#742403

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

Shades of Baker's Chocolate #742403

Tints of Baker's Chocolate #742403

Color information

#742403 (or 0x742403) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 24 and 03. RGB value is (116,36,3). Sum of RGB (Red+Green+Blue) = 116+36+3=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #742403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742403 is #8BDBFC. Grayscale: #383838. Windows color (decimal): -9165821 or 205940. OLE color: 205940.

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

Color convert

RGB116363-
CMYK00.690.970.55
HSL17.52º94.96%23.33%-
HSV(B)17.52º97.41%45.49%-
XYZ7.854.980.63-
YUV56.1698170.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.84%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=74.84%
G=23.23%
B=1.94%

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
Decimal11636300.690.970.5517.5294.9623.33
Hex742430456137125f17
Octal1644430105141672213727
Binary11101001001001101000101110000111011110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742403; }

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

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

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

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

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

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

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

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