#331605

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

Shades of Brown Pod #331605

Tints of Brown Pod #331605

Color information

#331605 (or 0x331605) is unknown color: approx Brown Pod. HEX triplet: 33, 16 and 05. RGB value is (51,22,5). Sum of RGB (Red+Green+Blue) = 51+22+5=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #331605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331605 is #CCE9FA. Grayscale: #1C1C1C. Windows color (decimal): -13429243 or 333363. OLE color: 333363.

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

Color convert

RGB51225-
CMYK00.570.900.8
HSL22.17º82.14%10.98%-
HSV(B)22.17º90.2%20%-
XYZ1.681.290.3-
YUV28.73114.61143.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=65.38%
G=28.21%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5122500.570.900.822.1782.1410.98
Hex331650395A501652b
Octal632650711321202612213
Binary110011101101010111001101101010100001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331605; }

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

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

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

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

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

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

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

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