#351904

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

Shades of Brown Pod #351904

Tints of Brown Pod #351904

Color information

#351904 (or 0x351904) is unknown color: approx Brown Pod. HEX triplet: 35, 19 and 04. RGB value is (53,25,4). Sum of RGB (Red+Green+Blue) = 53+25+4=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #351904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351904 is #CAE6FB. Grayscale: #1F1F1F. Windows color (decimal): -13297404 or 268597. OLE color: 268597.

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

Color convert

RGB53254-
CMYK00.530.920.79
HSL25.71º85.96%11.18%-
HSV(B)25.71º92.45%20.78%-
XYZ1.841.460.3-
YUV30.98112.78143.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=64.63%
G=30.49%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5325400.530.920.7925.7185.9611.18
Hex351940355C4F1a56b
Octal653140651341173212613
Binary110101110011000110101101110010011111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351904; }

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

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

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

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

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

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

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

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