#742604

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

Shades of Baker's Chocolate #742604

Tints of Baker's Chocolate #742604

Color information

#742604 (or 0x742604) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 26 and 04. RGB value is (116,38,4). Sum of RGB (Red+Green+Blue) = 116+38+4=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #742604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742604 is #8BD9FB. Grayscale: #393939. Windows color (decimal): -9165308 or 271988. OLE color: 271988.

HSL color Cylindrical-coordinate representation of color #742604: hue angle of 18.21º 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 #742604 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116384-
CMYK00.670.970.55
HSL18.21º93.33%23.53%-
HSV(B)18.21º96.55%45.49%-
XYZ7.925.110.68-
YUV57.4597.84169.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.42%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=73.42%
G=24.05%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11638400.670.970.5518.2193.3323.53
Hex742640436137125d18
Octal1644640103141672213530
Binary111010010011010001000011110000111011110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742604; }

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

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

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

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

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

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

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

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