#503509

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

Shades of Baker's Chocolate #503509

Tints of Baker's Chocolate #503509

Color information

#503509 (or 0x503509) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 35 and 09. RGB value is (80,53,9). Sum of RGB (Red+Green+Blue) = 80+53+9=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #503509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503509 is #AFCAF6. Grayscale: #383838. Windows color (decimal): -11520759 or 603472. OLE color: 603472.

HSL color Cylindrical-coordinate representation of color #503509: hue angle of 37.18º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #503509 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80539-
CMYK00.340.890.69
HSL37.18º79.78%17.45%-
HSV(B)37.18º88.75%31.37%-
XYZ4.634.270.84-
YUV56.06101.45145.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 56.34%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=56.34%
G=37.32%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8053900.340.890.6937.1879.7817.45
Hex503590225945255011
Octal12065110421311054512021
Binary10100001101011001010001010110011000101100101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503509; }

 p { color: rgb(80,53,9); }

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

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

 a { background-color: rgb(80,53,9); }

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

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

 span { border-color: rgb(80,53,9); }

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