#502607

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

Shades of Baker's Chocolate #502607

Tints of Baker's Chocolate #502607

Color information

#502607 (or 0x502607) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 26 and 07. RGB value is (80,38,7). Sum of RGB (Red+Green+Blue) = 80+38+7=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #502607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502607 is #AFD9F8. Grayscale: #2F2F2F. Windows color (decimal): -11524601 or 468560. OLE color: 468560.

HSL color Cylindrical-coordinate representation of color #502607: hue angle of 25.48º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #502607 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB80387-
CMYK00.520.910.69
HSL25.48º83.91%17.06%-
HSV(B)25.48º91.25%31.37%-
XYZ4.043.110.59-
YUV47.02105.41151.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 7 (3.12% from 255) = 5.6%
R=64%
G=30.4%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8038700.520.910.6925.4883.9117.06
Hex502670345B45195411
Octal1204670641331053112421
Binary101000010011011101101001011011100010111001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502607; }

 p { color: rgb(80,38,7); }

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

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

 a { background-color: rgb(80,38,7); }

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

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

 span { border-color: rgb(80,38,7); }

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