#331405

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

Shades of Brown Pod #331405

Tints of Brown Pod #331405

Color information

#331405 (or 0x331405) is unknown color: approx Brown Pod. HEX triplet: 33, 14 and 05. RGB value is (51,20,5). Sum of RGB (Red+Green+Blue) = 51+20+5=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331405 is #CCEBFA. Grayscale: #1B1B1B. Windows color (decimal): -13429755 or 332851. OLE color: 332851.

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

Color convert

RGB51205-
CMYK00.610.900.8
HSL19.57º82.14%10.98%-
HSV(B)19.57º90.2%20%-
XYZ1.641.220.29-
YUV27.56115.27144.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 67.11%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=67.11%
G=26.32%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5120500.610.900.819.5782.1410.98
Hex3314503D5A501452b
Octal632450751321202412213
Binary110011101001010111101101101010100001010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331405; }

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

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

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

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

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

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

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

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