#502D0A

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

Shades of Baker's Chocolate #502D0A

Tints of Baker's Chocolate #502D0A

Color information

#502D0A (or 0x502D0A) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2D and 0A. RGB value is (80,45,10). Sum of RGB (Red+Green+Blue) = 80+45+10=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D0A is #AFD2F5. Grayscale: #333333. Windows color (decimal): -11522806 or 666960. OLE color: 666960.

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

Color convert

RGB804510-
CMYK00.440.870.69
HSL30º77.78%17.65%-
HSV(B)30º87.5%31.37%-
XYZ4.33.60.76-
YUV51.47104.6148.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.26%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=59.26%
G=33.33%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80451000.440.870.693077.7817.65
Hex502DA02C57451e4e12
Octal12055120541271053611622
Binary1010000101101101001011001010111100010111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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