#351E12

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

Shades of Brown Pod #351E12

Tints of Brown Pod #351E12

Color information

#351E12 (or 0x351E12) is unknown color: approx Brown Pod. HEX triplet: 35, 1E and 12. RGB value is (53,30,18). Sum of RGB (Red+Green+Blue) = 53+30+18=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E12 is #CAE1ED. Grayscale: #232323. Windows color (decimal): -13296110 or 1187381. OLE color: 1187381.

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

Color convert

RGB533018-
CMYK00.430.660.79
HSL20.57º49.3%13.92%-
HSV(B)20.57º66.04%20.78%-
XYZ2.041.730.8-
YUV35.51118.12140.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=52.48%
G=29.70%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53301800.430.660.7920.5749.313.92
Hex351E1202B424F1531e
Octal653622053102117256116
Binary1101011111010010010101110000101001111101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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