#50290C

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

Shades of Baker's Chocolate #50290C

Tints of Baker's Chocolate #50290C

Color information

#50290C (or 0x50290C) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 29 and 0C. RGB value is (80,41,12). Sum of RGB (Red+Green+Blue) = 80+41+12=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50290C is #AFD6F3. Grayscale: #313131. Windows color (decimal): -11523828 or 797008. OLE color: 797008.

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

Color convert

RGB804112-
CMYK00.490.850.69
HSL25.59º73.91%18.04%-
HSV(B)25.59º85%31.37%-
XYZ4.173.320.77-
YUV49.36106.92149.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.15%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=60.15%
G=30.83%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80411200.490.850.6925.5973.9118.04
Hex5029C03155451a4a12
Octal12051140611251053211222
Binary1010000101001110001100011010101100010111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50290C; }

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

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

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

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

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

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

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

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