#351F12

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

Shades of Brown Pod #351F12

Tints of Brown Pod #351F12

Color information

#351F12 (or 0x351F12) is unknown color: approx Brown Pod. HEX triplet: 35, 1F and 12. RGB value is (53,31,18). Sum of RGB (Red+Green+Blue) = 53+31+18=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F12 is #CAE0ED. Grayscale: #242424. Windows color (decimal): -13295854 or 1187637. OLE color: 1187637.

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

Color convert

RGB533118-
CMYK00.420.660.79
HSL22.29º49.3%13.92%-
HSV(B)22.29º66.04%20.78%-
XYZ2.071.780.81-
YUV36.1117.79140.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 18 (7.42% from 255) = 17.65%
R=51.96%
G=30.39%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53311800.420.660.7922.2949.313.92
Hex351F1202A424F1631e
Octal653722052102117266116
Binary1101011111110010010101010000101001111101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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