#503001

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

Shades of Baker's Chocolate #503001

Tints of Baker's Chocolate #503001

Color information

#503001 (or 0x503001) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 30 and 01. RGB value is (80,48,1). Sum of RGB (Red+Green+Blue) = 80+48+1=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #503001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503001 is #AFCFFE. Grayscale: #343434. Windows color (decimal): -11522047 or 77904. OLE color: 77904.

HSL color Cylindrical-coordinate representation of color #503001: hue angle of 35.7º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #503001 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB80481-
CMYK00.400.990.69
HSL35.7º97.53%15.88%-
HSV(B)35.7º98.75%31.37%-
XYZ4.373.820.54-
YUV52.2199.1147.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=62.02%
G=37.21%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8048100.400.990.6935.797.5315.88
Hex503010286345246210
Octal1206010501431054414220
Binary10100001100001010100011000111000101100100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503001; }

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

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

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

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

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

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

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

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