#742400

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

Shades of Baker's Chocolate #742400

Tints of Baker's Chocolate #742400

Color information

#742400 (or 0x742400) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 24 and 00. RGB value is (116,36,0). Sum of RGB (Red+Green+Blue) = 116+36+0=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #742400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742400 is #8BDBFF. Grayscale: #383838. Windows color (decimal): -9165824 or 9332. OLE color: 9332.

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

Color convert

RGB116360-
CMYK00.6910.55
HSL18.62º100%22.75%-
HSV(B)18.62º100%45.49%-
XYZ7.834.970.55-
YUV55.8296.5170.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 76.32%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.32%
G=23.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11636000.6910.5518.6210022.75
Hex742400456437136417
Octal1644400105144672314427
Binary1110100100100001000101110010011011110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742400; }

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

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

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

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

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

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

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

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