#351903

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

Shades of Brown Pod #351903

Tints of Brown Pod #351903

Color information

#351903 (or 0x351903) is unknown color: approx Brown Pod. HEX triplet: 35, 19 and 03. RGB value is (53,25,3). Sum of RGB (Red+Green+Blue) = 53+25+3=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #351903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351903 is #CAE6FC. Grayscale: #1E1E1E. Windows color (decimal): -13297405 or 203061. OLE color: 203061.

HSL color Cylindrical-coordinate representation of color #351903: hue angle of 26.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #351903 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB53253-
CMYK00.530.940.79
HSL26.4º89.29%10.98%-
HSV(B)26.4º94.34%20.78%-
XYZ1.831.460.27-
YUV30.86112.28143.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 65.43%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=65.43%
G=30.86%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5325300.530.940.7926.489.2910.98
Hex351930355E4F1a59b
Octal653130651361173213113
Binary11010111001110110101101111010011111101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351903; }

 p { color: rgb(53,25,3); }

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

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

 a { background-color: rgb(53,25,3); }

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

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

 span { border-color: rgb(53,25,3); }

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