#351A0E

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

Shades of Brown Pod #351A0E

Tints of Brown Pod #351A0E

Color information

#351A0E (or 0x351A0E) is unknown color: approx Brown Pod. HEX triplet: 35, 1A and 0E. RGB value is (53,26,14). Sum of RGB (Red+Green+Blue) = 53+26+14=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #351A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A0E is #CAE5F1. Grayscale: #202020. Windows color (decimal): -13297138 or 924213. OLE color: 924213.

HSL color Cylindrical-coordinate representation of color #351A0E: hue angle of 18.46º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351A0E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB532614-
CMYK00.510.740.79
HSL18.46º58.21%13.14%-
HSV(B)18.46º73.58%20.78%-
XYZ1.921.530.61-
YUV32.7117.45142.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 14 (5.86% from 255) = 15.05%
R=56.99%
G=27.96%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53261400.510.740.7918.4658.2113.14
Hex351AE0334A4F123ad
Octal653216063112117227215
Binary110101110101110011001110010101001111100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,26,14); }

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

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

 a { background-color: rgb(53,26,14); }

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

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

 span { border-color: rgb(53,26,14); }

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