#351F15

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

Shades of Brown Pod #351F15

Tints of Brown Pod #351F15

Color information

#351F15 (or 0x351F15) is unknown color: approx Brown Pod. HEX triplet: 35, 1F and 15. RGB value is (53,31,21). Sum of RGB (Red+Green+Blue) = 53+31+21=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F15 is #CAE0EA. Grayscale: #242424. Windows color (decimal): -13295851 or 1384245. OLE color: 1384245.

HSL color Cylindrical-coordinate representation of color #351F15: hue angle of 18.75º 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 #351F15 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB533121-
CMYK00.420.600.79
HSL18.75º43.24%14.51%-
HSV(B)18.75º60.38%20.78%-
XYZ2.091.790.94-
YUV36.44119.29139.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 21 (8.59% from 255) = 20%
R=50.48%
G=29.52%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53312100.420.600.7918.7543.2414.51
Hex351F1502A3C4F132bf
Octal65372505274117235317
Binary110101111111010101010101111001001111100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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