#351404

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

Shades of Brown Pod #351404

Tints of Brown Pod #351404

Color information

#351404 (or 0x351404) is unknown color: approx Brown Pod. HEX triplet: 35, 14 and 04. RGB value is (53,20,4). Sum of RGB (Red+Green+Blue) = 53+20+4=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #351404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351404 is #CAEBFB. Grayscale: #1C1C1C. Windows color (decimal): -13298684 or 267317. OLE color: 267317.

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

Color convert

RGB53204-
CMYK00.620.920.79
HSL19.59º85.96%11.18%-
HSV(B)19.59º92.45%20.78%-
XYZ1.741.270.27-
YUV28.04114.43145.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=68.83%
G=25.97%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5320400.620.920.7919.5985.9611.18
Hex3514403E5C4F1456b
Octal652440761341172412613
Binary110101101001000111110101110010011111010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351404; }

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

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

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

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

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

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

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

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