#742A02

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

Shades of Baker's Chocolate #742A02

Tints of Baker's Chocolate #742A02

Color information

#742A02 (or 0x742A02) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 2A and 02. RGB value is (116,42,2). Sum of RGB (Red+Green+Blue) = 116+42+2=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #742A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742A02 is #8BD5FD. Grayscale: #3B3B3B. Windows color (decimal): -9164286 or 141940. OLE color: 141940.

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

Color convert

RGB116422-
CMYK00.640.980.55
HSL21.05º96.61%23.14%-
HSV(B)21.05º98.28%45.49%-
XYZ8.045.370.67-
YUV59.5795.52168.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.5%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=72.5%
G=26.25%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11642200.640.980.5521.0596.6123.14
Hex742A20406237156117
Octal1645220100142672514127
Binary11101001010101001000000110001011011110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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