#503002

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

Shades of Baker's Chocolate #503002

Tints of Baker's Chocolate #503002

Color information

#503002 (or 0x503002) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 30 and 02. RGB value is (80,48,2). Sum of RGB (Red+Green+Blue) = 80+48+2=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #503002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503002 is #AFCFFD. Grayscale: #343434. Windows color (decimal): -11522046 or 143440. OLE color: 143440.

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

Color convert

RGB80482-
CMYK00.400.980.69
HSL35.38º95.12%16.08%-
HSV(B)35.38º97.5%31.37%-
XYZ4.383.820.56-
YUV52.3299.6147.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=61.54%
G=36.92%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8048200.400.980.6935.3895.1216.08
Hex503020286245235f10
Octal1206020501421054313720
Binary101000011000010010100011000101000101100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503002; }

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

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

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

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

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

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

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

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