#351E14

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

Shades of Brown Pod #351E14

Tints of Brown Pod #351E14

Color information

#351E14 (or 0x351E14) is unknown color: approx Brown Pod. HEX triplet: 35, 1E and 14. RGB value is (53,30,20). Sum of RGB (Red+Green+Blue) = 53+30+20=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #351E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E14 is #CAE1EB. Grayscale: #232323. Windows color (decimal): -13296108 or 1318453. OLE color: 1318453.

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

Color convert

RGB533020-
CMYK00.430.620.79
HSL18.18º45.21%14.31%-
HSV(B)18.18º62.26%20.78%-
XYZ2.061.740.89-
YUV35.74119.12140.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=51.46%
G=29.13%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53302000.430.620.7918.1845.2114.31
Hex351E1402B3E4F122de
Octal65362405376117225516
Binary110101111101010001010111111101001111100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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