#351D15

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

Shades of Brown Pod #351D15

Tints of Brown Pod #351D15

Color information

#351D15 (or 0x351D15) is unknown color: approx Brown Pod. HEX triplet: 35, 1D and 15. RGB value is (53,29,21). Sum of RGB (Red+Green+Blue) = 53+29+21=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #351D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D15 is #CAE2EA. Grayscale: #232323. Windows color (decimal): -13296363 or 1383733. OLE color: 1383733.

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

Color convert

RGB532921-
CMYK00.450.600.79
HSL15º43.24%14.51%-
HSV(B)15º60.38%20.78%-
XYZ2.041.690.93-
YUV35.26119.95140.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 29 (11.72% from 255) = 28.16%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=51.46%
G=28.16%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53292100.450.600.791543.2414.51
Hex351D1502D3C4Ff2bf
Octal65352505574117175317
Binary11010111101101010101101111100100111111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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