#331203

Color #331203 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #331203

Tints of Brown Pod #331203

Color information

#331203 (or 0x331203) is unknown color: approx Brown Pod. HEX triplet: 33, 12 and 03. RGB value is (51,18,3). Sum of RGB (Red+Green+Blue) = 51+18+3=72 (9% of max value = 765). Red value is 51 (20.31% from 255 or 70.83% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 51 - color contains mainly: red. Hex color #331203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331203 is #CCEDFC. Grayscale: #1A1A1A. Windows color (decimal): -13430269 or 201267. OLE color: 201267.

HSL color Cylindrical-coordinate representation of color #331203: hue angle of 18.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #331203 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.8.

Color convert

RGB51183-
CMYK00.650.940.8
HSL18.75º88.89%10.59%-
HSV(B)18.75º94.12%20%-
XYZ1.61.140.22-
YUV26.16114.93145.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 70.83%
GREEN value IS 18 (7.42% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=70.83%
G=25%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5118300.650.940.818.7588.8910.59
Hex331230415E501359b
Octal6322301011361202313113
Binary110011100101101000001101111010100001001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331203; }

 p { color: rgb(51,18,3); }

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

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

 a { background-color: rgb(51,18,3); }

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

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

 span { border-color: rgb(51,18,3); }

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