#502E0D

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

Shades of Baker's Chocolate #502E0D

Tints of Baker's Chocolate #502E0D

Color information

#502E0D (or 0x502E0D) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 2E and 0D. RGB value is (80,46,13). Sum of RGB (Red+Green+Blue) = 80+46+13=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #502E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502E0D is #AFD1F2. Grayscale: #343434. Windows color (decimal): -11522547 or 863824. OLE color: 863824.

HSL color Cylindrical-coordinate representation of color #502E0D: hue angle of 29.55º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #502E0D is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB804613-
CMYK00.420.840.69
HSL29.55º72.04%18.24%-
HSV(B)29.55º83.75%31.37%-
XYZ4.363.690.86-
YUV52.4105.76147.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.55%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=57.55%
G=33.09%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80461300.420.840.6929.5572.0418.24
Hex502ED02A54451e4812
Octal12056150521241053611022
Binary1010000101110110101010101010100100010111110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,46,13); }

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

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

 a { background-color: rgb(80,46,13); }

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

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

 span { border-color: rgb(80,46,13); }

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