#502D0E

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

Shades of Baker's Chocolate #502D0E

Tints of Baker's Chocolate #502D0E

Color information

#502D0E (or 0x502D0E) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2D and 0E. RGB value is (80,45,14). Sum of RGB (Red+Green+Blue) = 80+45+14=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D0E is #AFD2F1. Grayscale: #343434. Windows color (decimal): -11522802 or 929104. OLE color: 929104.

HSL color Cylindrical-coordinate representation of color #502D0E: hue angle of 28.18º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502D0E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB804514-
CMYK00.440.830.69
HSL28.18º70.21%18.43%-
HSV(B)28.18º82.5%31.37%-
XYZ4.333.610.89-
YUV51.93106.6148.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=57.55%
G=32.37%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80451400.440.830.6928.1870.2118.43
Hex502DE02C53451c4612
Octal12055160541231053410622
Binary1010000101101111001011001010011100010111100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502D0E; }

 p { color: rgb(80,45,14); }

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

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

 a { background-color: rgb(80,45,14); }

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

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

 span { border-color: rgb(80,45,14); }

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