#503705

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

Shades of Baker's Chocolate #503705

Tints of Baker's Chocolate #503705

Color information

#503705 (or 0x503705) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 37 and 05. RGB value is (80,55,5). Sum of RGB (Red+Green+Blue) = 80+55+5=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #503705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503705 is #AFC8FA. Grayscale: #383838. Windows color (decimal): -11520251 or 341840. OLE color: 341840.

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

Color convert

RGB80555-
CMYK00.310.940.69
HSL40º88.24%16.67%-
HSV(B)40º93.75%31.37%-
XYZ4.74.450.75-
YUV56.7898.78144.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.14%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=57.14%
G=39.29%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8055500.310.940.694088.2416.67
Hex5037501F5E45285811
Octal1206750371361055013021
Binary101000011011110101111110111101000101101000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503705; }

 p { color: rgb(80,55,5); }

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

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

 a { background-color: rgb(80,55,5); }

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

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

 span { border-color: rgb(80,55,5); }

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