#503006

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

Shades of Baker's Chocolate #503006

Tints of Baker's Chocolate #503006

Color information

#503006 (or 0x503006) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 30 and 06. RGB value is (80,48,6). Sum of RGB (Red+Green+Blue) = 80+48+6=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #503006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503006 is #AFCFF9. Grayscale: #343434. Windows color (decimal): -11522042 or 405584. OLE color: 405584.

HSL color Cylindrical-coordinate representation of color #503006: hue angle of 34.05º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #503006 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80486-
CMYK00.400.920.69
HSL34.05º86.05%16.86%-
HSV(B)34.05º92.5%31.37%-
XYZ4.43.830.68-
YUV52.78101.6147.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 59.70%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 6 (2.73% from 255) = 4.48%
R=59.70%
G=35.82%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8048600.400.920.6934.0586.0516.86
Hex503060285C45225611
Octal1206060501341054212621
Binary1010000110000110010100010111001000101100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503006; }

 p { color: rgb(80,48,6); }

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

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

 a { background-color: rgb(80,48,6); }

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

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

 span { border-color: rgb(80,48,6); }

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