#742E01

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

Shades of Baker's Chocolate #742E01

Tints of Baker's Chocolate #742E01

Color information

#742E01 (or 0x742E01) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 2E and 01. RGB value is (116,46,1). Sum of RGB (Red+Green+Blue) = 116+46+1=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #742E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E01 is #8BD1FE. Grayscale: #3E3E3E. Windows color (decimal): -9163263 or 77428. OLE color: 77428.

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

Color convert

RGB116461-
CMYK00.600.990.55
HSL23.48º98.29%22.94%-
HSV(B)23.48º99.14%45.49%-
XYZ8.185.670.69-
YUV61.893.69166.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.17%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=71.17%
G=28.22%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11646100.600.990.5523.4898.2922.94
Hex742E103C6337176217
Octal164561074143672714227
Binary111010010111010111100110001111011110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742E01; }

 p { color: rgb(116,46,1); }

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

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

 a { background-color: rgb(116,46,1); }

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

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

 span { border-color: rgb(116,46,1); }

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