#351805

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

Shades of Brown Pod #351805

Tints of Brown Pod #351805

Color information

#351805 (or 0x351805) is unknown color: approx Brown Pod. HEX triplet: 35, 18 and 05. RGB value is (53,24,5). Sum of RGB (Red+Green+Blue) = 53+24+5=82 (10% of max value = 765). Red value is 53 (21.09% from 255 or 64.63% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 53 - color contains mainly: red. Hex color #351805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351805 is #CAE7FA. Grayscale: #1E1E1E. Windows color (decimal): -13297659 or 333877. OLE color: 333877.

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

Color convert

RGB53245-
CMYK00.550.910.79
HSL23.75º82.76%11.37%-
HSV(B)23.75º90.57%20.78%-
XYZ1.821.420.32-
YUV30.5113.61144.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 64.63%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=64.63%
G=29.27%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5324500.550.910.7923.7582.7611.37
Hex351850375B4F1853b
Octal653050671331173012313
Binary110101110001010110111101101110011111100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351805; }

 p { color: rgb(53,24,5); }

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

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

 a { background-color: rgb(53,24,5); }

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

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

 span { border-color: rgb(53,24,5); }

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