#351F19

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

Shades of Brown Pod #351F19

Tints of Brown Pod #351F19

Color information

#351F19 (or 0x351F19) is unknown color: approx Brown Pod. HEX triplet: 35, 1F and 19. RGB value is (53,31,25). Sum of RGB (Red+Green+Blue) = 53+31+25=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F19 is #CAE0E6. Grayscale: #242424. Windows color (decimal): -13295847 or 1646389. OLE color: 1646389.

HSL color Cylindrical-coordinate representation of color #351F19: hue angle of 12.86º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351F19 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB533125-
CMYK00.420.530.79
HSL12.86º35.9%15.29%-
HSV(B)12.86º52.83%20.78%-
XYZ2.131.811.16-
YUV36.89121.29139.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=48.62%
G=28.44%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53312500.420.530.7912.8635.915.29
Hex351F1902A354Fd24f
Octal65373105265117154417
Binary11010111111110010101010110101100111111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351F19; }

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

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

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

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

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

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

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

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