#351911

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

Shades of Brown Pod #351911

Tints of Brown Pod #351911

Color information

#351911 (or 0x351911) is unknown color: approx Brown Pod. HEX triplet: 35, 19 and 11. RGB value is (53,25,17). Sum of RGB (Red+Green+Blue) = 53+25+17=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #351911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351911 is #CAE6EE. Grayscale: #202020. Windows color (decimal): -13297391 or 1120565. OLE color: 1120565.

HSL color Cylindrical-coordinate representation of color #351911: hue angle of 13.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #351911 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB532517-
CMYK00.530.680.79
HSL13.33º51.43%13.73%-
HSV(B)13.33º67.92%20.78%-
XYZ1.921.490.72-
YUV32.46119.28142.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=55.79%
G=26.32%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53251700.530.680.7913.3351.4313.73
Hex351911035444Fd33e
Octal653121065104117156316
Binary110101110011000101101011000100100111111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351911; }

 p { color: rgb(53,25,17); }

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

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

 a { background-color: rgb(53,25,17); }

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

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

 span { border-color: rgb(53,25,17); }

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