#742A01

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

Shades of Baker's Chocolate #742A01

Tints of Baker's Chocolate #742A01

Color information

#742A01 (or 0x742A01) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 2A and 01. RGB value is (116,42,1). Sum of RGB (Red+Green+Blue) = 116+42+1=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #742A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A01 is #8BD5FE. Grayscale: #3B3B3B. Windows color (decimal): -9164287 or 76404. OLE color: 76404.

HSL color Cylindrical-coordinate representation of color #742A01: hue angle of 21.39º 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 #742A01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB116421-
CMYK00.640.990.55
HSL21.39º98.29%22.94%-
HSV(B)21.39º99.14%45.49%-
XYZ8.045.370.64-
YUV59.4595.02168.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=72.96%
G=26.42%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11642100.640.990.5521.3998.2922.94
Hex742A10406337156217
Octal1645210100143672514227
Binary1110100101010101000000110001111011110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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