#502907

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

Shades of Baker's Chocolate #502907

Tints of Baker's Chocolate #502907

Color information

#502907 (or 0x502907) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 29 and 07. RGB value is (80,41,7). Sum of RGB (Red+Green+Blue) = 80+41+7=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #502907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502907 is #AFD6F8. Grayscale: #303030. Windows color (decimal): -11523833 or 469328. OLE color: 469328.

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

Color convert

RGB80417-
CMYK00.490.910.69
HSL27.95º83.91%17.06%-
HSV(B)27.95º91.25%31.37%-
XYZ4.143.310.62-
YUV48.78104.42150.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.5%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=62.5%
G=32.03%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8041700.490.910.6927.9583.9117.06
Hex502970315B451c5411
Octal1205170611331053412421
Binary101000010100111101100011011011100010111100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502907; }

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

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

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

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

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

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

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

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