#331505

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

Shades of Brown Pod #331505

Tints of Brown Pod #331505

Color information

#331505 (or 0x331505) is unknown color: approx Brown Pod. HEX triplet: 33, 15 and 05. RGB value is (51,21,5). Sum of RGB (Red+Green+Blue) = 51+21+5=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331505 is #CCEAFA. Grayscale: #1C1C1C. Windows color (decimal): -13429499 or 333107. OLE color: 333107.

HSL color Cylindrical-coordinate representation of color #331505: hue angle of 20.87º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331505 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.8.

Color convert

RGB51215-
CMYK00.590.900.8
HSL20.87º82.14%10.98%-
HSV(B)20.87º90.2%20%-
XYZ1.661.250.3-
YUV28.15114.94144.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 66.23%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=66.23%
G=27.27%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5121500.590.900.820.8782.1410.98
Hex3315503B5A501552b
Octal632550731321202512213
Binary110011101011010111011101101010100001010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331505; }

 p { color: rgb(51,21,5); }

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

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

 a { background-color: rgb(51,21,5); }

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

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

 span { border-color: rgb(51,21,5); }

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