#351504

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

Shades of Brown Pod #351504

Tints of Brown Pod #351504

Color information

#351504 (or 0x351504) is unknown color: approx Brown Pod. HEX triplet: 35, 15 and 04. RGB value is (53,21,4). Sum of RGB (Red+Green+Blue) = 53+21+4=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351504 is #CAEAFB. Grayscale: #1C1C1C. Windows color (decimal): -13298428 or 267573. OLE color: 267573.

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

Color convert

RGB53214-
CMYK00.600.920.79
HSL20.82º85.96%11.18%-
HSV(B)20.82º92.45%20.78%-
XYZ1.761.30.27-
YUV28.63114.1145.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=67.95%
G=26.92%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5321400.600.920.7920.8285.9611.18
Hex3515403C5C4F1556b
Octal652540741341172512613
Binary110101101011000111100101110010011111010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351504; }

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

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

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

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

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

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

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

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