#351D17

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

Shades of Brown Pod #351D17

Tints of Brown Pod #351D17

Color information

#351D17 (or 0x351D17) is unknown color: approx Brown Pod. HEX triplet: 35, 1D and 17. RGB value is (53,29,23). Sum of RGB (Red+Green+Blue) = 53+29+23=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D17 is #CAE2E8. Grayscale: #232323. Windows color (decimal): -13296361 or 1514805. OLE color: 1514805.

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

Color convert

RGB532923-
CMYK00.450.570.79
HSL12º39.47%14.9%-
HSV(B)12º56.6%20.78%-
XYZ2.061.71.03-
YUV35.49120.95140.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=50.48%
G=27.62%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53292300.450.570.791239.4714.9
Hex351D1702D394Fc27f
Octal65352705571117144717
Binary11010111101101110101101111001100111111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,29,23); }

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

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

 a { background-color: rgb(53,29,23); }

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

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

 span { border-color: rgb(53,29,23); }

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