#742504

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

Shades of Baker's Chocolate #742504

Tints of Baker's Chocolate #742504

Color information

#742504 (or 0x742504) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 25 and 04. RGB value is (116,37,4). Sum of RGB (Red+Green+Blue) = 116+37+4=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 4 (1.95% from 255 or 2.55% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #742504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742504 is #8BDAFB. Grayscale: #393939. Windows color (decimal): -9165564 or 271732. OLE color: 271732.

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

Color convert

RGB116374-
CMYK00.680.970.55
HSL17.68º93.33%23.53%-
HSV(B)17.68º96.55%45.49%-
XYZ7.895.040.67-
YUV56.8698.17170.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.89%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 4 (1.95% from 255) = 2.55%
R=73.89%
G=23.57%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11637400.680.970.5517.6893.3323.53
Hex742540446137125d18
Octal1644540104141672213530
Binary111010010010110001000100110000111011110010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742504; }

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

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

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

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

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

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

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

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