#351A09

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

Shades of Brown Pod #351A09

Tints of Brown Pod #351A09

Color information

#351A09 (or 0x351A09) is unknown color: approx Brown Pod. HEX triplet: 35, 1A and 09. RGB value is (53,26,9). Sum of RGB (Red+Green+Blue) = 53+26+9=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #351A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351A09 is #CAE5F6. Grayscale: #202020. Windows color (decimal): -13297143 or 596533. OLE color: 596533.

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

Color convert

RGB53269-
CMYK00.510.830.79
HSL23.18º70.97%12.16%-
HSV(B)23.18º83.02%20.78%-
XYZ1.891.520.45-
YUV32.14114.95142.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 26 (10.55% from 255) = 29.55%
BLUE value IS 9 (3.91% from 255) = 10.23%
R=60.23%
G=29.55%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5326900.510.830.7923.1870.9712.16
Hex351A9033534F1747c
Octal6532110631231172710714
Binary1101011101010010110011101001110011111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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