#742708

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

Shades of Baker's Chocolate #742708

Tints of Baker's Chocolate #742708

Color information

#742708 (or 0x742708) is unknown color: approx Baker's Chocolate. HEX triplet: 74, 27 and 08. RGB value is (116,39,8). Sum of RGB (Red+Green+Blue) = 116+39+8=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #742708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742708 is #8BD8F7. Grayscale: #3A3A3A. Windows color (decimal): -9165048 or 534388. OLE color: 534388.

HSL color Cylindrical-coordinate representation of color #742708: hue angle of 17.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #742708 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB116398-
CMYK00.660.930.55
HSL17.22º87.1%24.31%-
HSV(B)17.22º93.1%45.49%-
XYZ7.975.180.81-
YUV58.4999.51169.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.17%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=71.17%
G=23.93%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11639800.660.930.5517.2287.124.31
Hex742780425D37115718
Octal16447100102135672112730
Binary1110100100111100001000010101110111011110001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742708; }

 p { color: rgb(116,39,8); }

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

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

 a { background-color: rgb(116,39,8); }

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

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

 span { border-color: rgb(116,39,8); }

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