#762800

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

Shades of Baker's Chocolate #762800

Tints of Baker's Chocolate #762800

Color information

#762800 (or 0x762800) is unknown color: approx Baker's Chocolate. HEX triplet: 76, 28 and 00. RGB value is (118,40,0). Sum of RGB (Red+Green+Blue) = 118+40+0=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #762800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762800 is #89D7FF. Grayscale: #3B3B3B. Windows color (decimal): -9033728 or 10358. OLE color: 10358.

HSL color Cylindrical-coordinate representation of color #762800: hue angle of 20.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #762800 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118400-
CMYK00.6610.54
HSL20.34º100%23.14%-
HSV(B)20.34º100%46.27%-
XYZ8.235.370.6-
YUV58.7694.84170.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.68%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.68%
G=25.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11840000.6610.5420.3410023.14
Hex762800426436146417
Octal1665000102144662414427
Binary1110110101000001000010110010011011010100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762800; }

 p { color: rgb(118,40,0); }

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

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

 a { background-color: rgb(118,40,0); }

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

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

 span { border-color: rgb(118,40,0); }

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