#331100

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

Shades of Brown Pod #331100

Tints of Brown Pod #331100

Color information

#331100 (or 0x331100) is unknown color: approx Brown Pod. HEX triplet: 33, 11 and 00. RGB value is (51,17,0). Sum of RGB (Red+Green+Blue) = 51+17+0=68 (9% of max value = 765). Red value is 51 (20.31% from 255 or 75% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 51 - color contains mainly: red. Hex color #331100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331100 is #CCEEFF. Grayscale: #191919. Windows color (decimal): -13430528 or 4403. OLE color: 4403.

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

Color convert

RGB51170-
CMYK00.6710.8
HSL20º100%10%-
HSV(B)20º100%20%-
XYZ1.571.10.13-
YUV25.23113.76146.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5117000.6710.82010010
Hex3311004364501464a
Octal6321001031441202414412
Binary11001110001001000011110010010100001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331100; }

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

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

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

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

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

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

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

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