#351704

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

Shades of Brown Pod #351704

Tints of Brown Pod #351704

Color information

#351704 (or 0x351704) is unknown color: approx Brown Pod. HEX triplet: 35, 17 and 04. RGB value is (53,23,4). Sum of RGB (Red+Green+Blue) = 53+23+4=80 (10% of max value = 765). Red value is 53 (21.09% from 255 or 66.25% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 53 - color contains mainly: red. Hex color #351704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351704 is #CAE8FB. Grayscale: #1D1D1D. Windows color (decimal): -13297916 or 268085. OLE color: 268085.

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

Color convert

RGB53234-
CMYK00.570.920.79
HSL23.27º85.96%11.18%-
HSV(B)23.27º92.45%20.78%-
XYZ1.81.380.29-
YUV29.8113.44144.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 66.25%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 4 (1.95% from 255) = 5%
R=66.25%
G=28.75%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323400.570.920.7923.2785.9611.18
Hex351740395C4F1756b
Octal652740711341172712613
Binary110101101111000111001101110010011111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351704; }

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

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

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

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

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

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

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

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