#503400

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

Shades of Baker's Chocolate #503400

Tints of Baker's Chocolate #503400

Color information

#503400 (or 0x503400) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 34 and 00. RGB value is (80,52,0). Sum of RGB (Red+Green+Blue) = 80+52+0=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #503400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503400 is #AFCBFF. Grayscale: #363636. Windows color (decimal): -11521024 or 13392. OLE color: 13392.

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

Color convert

RGB80520-
CMYK00.3510.69
HSL39º100%15.69%-
HSV(B)39º100%31.37%-
XYZ4.544.160.56-
YUV54.4497.28146.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.61%
G=39.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8052000.3510.693910015.69
Hex503400236445276410
Octal1206400431441054714420
Binary10100001101000010001111001001000101100111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503400; }

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

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

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

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

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

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

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

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