#351E16

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

Shades of Brown Pod #351E16

Tints of Brown Pod #351E16

Color information

#351E16 (or 0x351E16) is unknown color: approx Brown Pod. HEX triplet: 35, 1E and 16. RGB value is (53,30,22). Sum of RGB (Red+Green+Blue) = 53+30+22=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E16 is #CAE1E9. Grayscale: #242424. Windows color (decimal): -13296106 or 1449525. OLE color: 1449525.

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

Color convert

RGB533022-
CMYK00.430.580.79
HSL15.48º41.33%14.71%-
HSV(B)15.48º58.49%20.78%-
XYZ2.081.740.99-
YUV35.97120.12140.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=50.48%
G=28.57%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53302200.430.580.7915.4841.3314.71
Hex351E1602B3A4Ff29f
Octal65362605372117175117
Binary11010111110101100101011111010100111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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