#351C14

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

Shades of Brown Pod #351C14

Tints of Brown Pod #351C14

Color information

#351C14 (or 0x351C14) is unknown color: approx Brown Pod. HEX triplet: 35, 1C and 14. RGB value is (53,28,20). Sum of RGB (Red+Green+Blue) = 53+28+20=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C14 is #CAE3EB. Grayscale: #222222. Windows color (decimal): -13296620 or 1317941. OLE color: 1317941.

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

Color convert

RGB532820-
CMYK00.470.620.79
HSL14.55º45.21%14.31%-
HSV(B)14.55º62.26%20.78%-
XYZ2.011.640.87-
YUV34.56119.78141.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=52.48%
G=27.72%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53282000.470.620.7914.5545.2114.31
Hex351C1402F3E4Ff2de
Octal65342405776117175516
Binary11010111100101000101111111110100111111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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