#502706

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

Shades of Baker's Chocolate #502706

Tints of Baker's Chocolate #502706

Color information

#502706 (or 0x502706) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 27 and 06. RGB value is (80,39,6). Sum of RGB (Red+Green+Blue) = 80+39+6=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #502706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502706 is #AFD8F9. Grayscale: #2F2F2F. Windows color (decimal): -11524346 or 403280. OLE color: 403280.

HSL color Cylindrical-coordinate representation of color #502706: hue angle of 26.76º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #502706 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80396-
CMYK00.510.920.69
HSL26.76º86.05%16.86%-
HSV(B)26.76º92.5%31.37%-
XYZ4.073.170.57-
YUV47.5104.58151.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 64%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=64%
G=31.2%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8039600.510.920.6926.7686.0516.86
Hex502760335C451b5611
Octal1204760631341053312621
Binary101000010011111001100111011100100010111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502706; }

 p { color: rgb(80,39,6); }

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

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

 a { background-color: rgb(80,39,6); }

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

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

 span { border-color: rgb(80,39,6); }

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