#503405

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

Shades of Baker's Chocolate #503405

Tints of Baker's Chocolate #503405

Color information

#503405 (or 0x503405) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 34 and 05. RGB value is (80,52,5). Sum of RGB (Red+Green+Blue) = 80+52+5=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #503405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503405 is #AFCBFA. Grayscale: #373737. Windows color (decimal): -11521019 or 341072. OLE color: 341072.

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

Color convert

RGB80525-
CMYK00.350.940.69
HSL37.6º88.24%16.67%-
HSV(B)37.6º93.75%31.37%-
XYZ4.564.170.71-
YUV55.0199.78145.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 52 (20.70% from 255) = 37.96%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=58.39%
G=37.96%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8052500.350.940.6937.688.2416.67
Hex503450235E45265811
Octal1206450431361054613021
Binary1010000110100101010001110111101000101100110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503405; }

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

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

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

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

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

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

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

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