#762500

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

Shades of Baker's Chocolate #762500

Tints of Baker's Chocolate #762500

Color information

#762500 (or 0x762500) is unknown color: approx Baker's Chocolate. HEX triplet: 76, 25 and 00. RGB value is (118,37,0). Sum of RGB (Red+Green+Blue) = 118+37+0=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #762500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762500 is #89DAFF. Grayscale: #393939. Windows color (decimal): -9034496 or 9590. OLE color: 9590.

HSL color Cylindrical-coordinate representation of color #762500: hue angle of 18.81º 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 #762500 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118370-
CMYK00.6910.54
HSL18.81º100%23.14%-
HSV(B)18.81º100%46.27%-
XYZ8.135.170.57-
YUV5795.84171.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.13%
G=23.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11837000.6910.5418.8110023.14
Hex762500456436136417
Octal1664500105144662314427
Binary1110110100101001000101110010011011010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762500; }

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

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

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

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

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

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

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

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