#502900

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

Shades of Baker's Chocolate #502900

Tints of Baker's Chocolate #502900

Color information

#502900 (or 0x502900) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 29 and 00. RGB value is (80,41,0). Sum of RGB (Red+Green+Blue) = 80+41+0=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #502900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502900 is #AFD6FF. Grayscale: #303030. Windows color (decimal): -11523840 or 10576. OLE color: 10576.

HSL color Cylindrical-coordinate representation of color #502900: hue angle of 30.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #502900 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB80410-
CMYK00.4910.69
HSL30.75º100%15.69%-
HSV(B)30.75º100%31.37%-
XYZ4.13.290.42-
YUV47.99100.92150.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.12%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.12%
G=33.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8041000.4910.6930.7510015.69
Hex5029003164451f6410
Octal1205100611441053714420
Binary1010000101001001100011100100100010111111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502900; }

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

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

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

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

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

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

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

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