#503309

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

Shades of Baker's Chocolate #503309

Tints of Baker's Chocolate #503309

Color information

#503309 (or 0x503309) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 33 and 09. RGB value is (80,51,9). Sum of RGB (Red+Green+Blue) = 80+51+9=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #503309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503309 is #AFCCF6. Grayscale: #373737. Windows color (decimal): -11521271 or 602960. OLE color: 602960.

HSL color Cylindrical-coordinate representation of color #503309: hue angle of 35.49º 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 #503309 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB80519-
CMYK00.360.890.69
HSL35.49º79.78%17.45%-
HSV(B)35.49º88.75%31.37%-
XYZ4.544.090.81-
YUV54.88102.11145.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 9 (3.91% from 255) = 6.43%
R=57.14%
G=36.43%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8051900.360.890.6935.4979.7817.45
Hex503390245945235011
Octal12063110441311054312021
Binary10100001100111001010010010110011000101100011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503309; }

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

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

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

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

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

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

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

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