#351509

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

Shades of Brown Pod #351509

Tints of Brown Pod #351509

Color information

#351509 (or 0x351509) is unknown color: approx Brown Pod. HEX triplet: 35, 15 and 09. RGB value is (53,21,9). Sum of RGB (Red+Green+Blue) = 53+21+9=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #351509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351509 is #CAEAF6. Grayscale: #1D1D1D. Windows color (decimal): -13298423 or 595253. OLE color: 595253.

HSL color Cylindrical-coordinate representation of color #351509: hue angle of 16.36º 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 #351509 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB53219-
CMYK00.600.830.79
HSL16.36º70.97%12.16%-
HSV(B)16.36º83.02%20.78%-
XYZ1.791.310.42-
YUV29.2116.6144.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.86%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=63.86%
G=25.30%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5321900.600.830.7916.3670.9712.16
Hex3515903C534F1047c
Octal6525110741231172010714
Binary1101011010110010111100101001110011111000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351509; }

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

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

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

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

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

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

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

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