#503200

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

Shades of Baker's Chocolate #503200

Tints of Baker's Chocolate #503200

Color information

#503200 (or 0x503200) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 32 and 00. RGB value is (80,50,0). Sum of RGB (Red+Green+Blue) = 80+50+0=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #503200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503200 is #AFCDFF. Grayscale: #353535. Windows color (decimal): -11521536 or 12880. OLE color: 12880.

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

Color convert

RGB80500-
CMYK00.3710.69
HSL37.5º100%15.69%-
HSV(B)37.5º100%31.37%-
XYZ4.453.990.54-
YUV53.2797.94147.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.54%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8050000.3710.6937.510015.69
Hex503200256445266410
Octal1206200451441054614420
Binary10100001100100010010111001001000101100110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503200; }

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

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

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

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

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

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

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

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