#351F16

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

Shades of Brown Pod #351F16

Tints of Brown Pod #351F16

Color information

#351F16 (or 0x351F16) is unknown color: approx Brown Pod. HEX triplet: 35, 1F and 16. RGB value is (53,31,22). Sum of RGB (Red+Green+Blue) = 53+31+22=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #351F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F16 is #CAE0E9. Grayscale: #242424. Windows color (decimal): -13295850 or 1449781. OLE color: 1449781.

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

Color convert

RGB533122-
CMYK00.420.580.79
HSL17.42º41.33%14.71%-
HSV(B)17.42º58.49%20.78%-
XYZ2.11.790.99-
YUV36.55119.79139.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=50%
G=29.25%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53312200.420.580.7917.4241.3314.71
Hex351F1602A3A4F1129f
Octal65372605272117215117
Binary110101111111011001010101110101001111100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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