#331200

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

Shades of Brown Pod #331200

Tints of Brown Pod #331200

Color information

#331200 (or 0x331200) is unknown color: approx Brown Pod. HEX triplet: 33, 12 and 00. RGB value is (51,18,0). Sum of RGB (Red+Green+Blue) = 51+18+0=69 (9% of max value = 765). Red value is 51 (20.31% from 255 or 73.91% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 51 - color contains mainly: red. Hex color #331200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331200 is #CCEDFF. Grayscale: #191919. Windows color (decimal): -13430272 or 4659. OLE color: 4659.

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

Color convert

RGB51180-
CMYK00.6510.8
HSL21.18º100%10%-
HSV(B)21.18º100%20%-
XYZ1.581.140.14-
YUV25.82113.43145.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 73.91%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.91%
G=26.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5118000.6510.821.1810010
Hex3312004164501564a
Octal6322001011441202514412
Binary11001110010001000001110010010100001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331200; }

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

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

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

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

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

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

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

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