#762604

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

Shades of Baker's Chocolate #762604

Tints of Baker's Chocolate #762604

Color information

#762604 (or 0x762604) is unknown color: approx Baker's Chocolate. HEX triplet: 76, 26 and 04. RGB value is (118,38,4). Sum of RGB (Red+Green+Blue) = 118+38+4=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #762604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762604 is #89D9FB. Grayscale: #3A3A3A. Windows color (decimal): -9034236 or 271990. OLE color: 271990.

HSL color Cylindrical-coordinate representation of color #762604: hue angle of 17.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #762604 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118384-
CMYK00.680.970.54
HSL17.89º93.44%23.92%-
HSV(B)17.89º96.61%46.27%-
XYZ8.195.250.7-
YUV58.0497.5170.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.75%
GREEN value IS 38 (15.23% from 255) = 23.75%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=73.75%
G=23.75%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11838400.680.970.5417.8993.4423.92
Hex762640446136125d18
Octal1664640104141662213530
Binary111011010011010001000100110000111011010010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762604; }

 p { color: rgb(118,38,4); }

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

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

 a { background-color: rgb(118,38,4); }

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

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

 span { border-color: rgb(118,38,4); }

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