#331400

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

Shades of Brown Pod #331400

Tints of Brown Pod #331400

Color information

#331400 (or 0x331400) is unknown color: approx Brown Pod. HEX triplet: 33, 14 and 00. RGB value is (51,20,0). Sum of RGB (Red+Green+Blue) = 51+20+0=71 (9% of max value = 765). Red value is 51 (20.31% from 255 or 71.83% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 51 - color contains mainly: red. Hex color #331400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331400 is #CCEBFF. Grayscale: #1B1B1B. Windows color (decimal): -13429760 or 5171. OLE color: 5171.

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

Color convert

RGB51200-
CMYK00.6110.8
HSL23.53º100%10%-
HSV(B)23.53º100%20%-
XYZ1.621.20.15-
YUV26.99112.77145.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 71.83%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.83%
G=28.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5120000.6110.823.5310010
Hex3314003D64501864a
Octal632400751441203014412
Binary1100111010000111101110010010100001100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331400; }

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

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

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

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

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

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

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

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