#331201

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

Shades of Brown Pod #331201

Tints of Brown Pod #331201

Color information

#331201 (or 0x331201) is unknown color: approx Brown Pod. HEX triplet: 33, 12 and 01. RGB value is (51,18,1). Sum of RGB (Red+Green+Blue) = 51+18+1=70 (9% of max value = 765). Red value is 51 (20.31% from 255 or 72.86% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 51 - color contains mainly: red. Hex color #331201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331201 is #CCEDFE. Grayscale: #1A1A1A. Windows color (decimal): -13430271 or 70195. OLE color: 70195.

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

Color convert

RGB51181-
CMYK00.650.980.8
HSL20.4º96.15%10.2%-
HSV(B)20.4º98.04%20%-
XYZ1.591.140.16-
YUV25.93113.93145.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 72.86%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=72.86%
G=25.71%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.98
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5118100.650.980.820.496.1510.2
Hex3312104162501460a
Octal6322101011421202414012
Binary11001110010101000001110001010100001010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331201; }

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

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

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

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

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

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

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

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