#503202

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

Shades of Baker's Chocolate #503202

Tints of Baker's Chocolate #503202

Color information

#503202 (or 0x503202) is unknown color: approx Baker's Chocolate. HEX triplet: 50, 32 and 02. RGB value is (80,50,2). Sum of RGB (Red+Green+Blue) = 80+50+2=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #503202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503202 is #AFCDFD. Grayscale: #353535. Windows color (decimal): -11521534 or 143952. OLE color: 143952.

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

Color convert

RGB80502-
CMYK00.370.980.69
HSL36.92º95.12%16.08%-
HSV(B)36.92º97.5%31.37%-
XYZ4.463.990.59-
YUV53.598.94146.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=60.61%
G=37.88%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8050200.370.980.6936.9295.1216.08
Hex503220256245255f10
Octal1206220451421054513720
Binary101000011001010010010111000101000101100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503202; }

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

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

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

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

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

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

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

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