#351906

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

Shades of Brown Pod #351906

Tints of Brown Pod #351906

Color information

#351906 (or 0x351906) is unknown color: approx Brown Pod. HEX triplet: 35, 19 and 06. RGB value is (53,25,6). Sum of RGB (Red+Green+Blue) = 53+25+6=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #351906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351906 is #CAE6F9. Grayscale: #1F1F1F. Windows color (decimal): -13297402 or 399669. OLE color: 399669.

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

Color convert

RGB53256-
CMYK00.530.890.79
HSL24.26º79.66%11.57%-
HSV(B)24.26º88.68%20.78%-
XYZ1.851.470.36-
YUV31.21113.78143.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=63.10%
G=29.76%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5325600.530.890.7924.2679.6611.57
Hex35196035594F1850c
Octal653160651311173012014
Binary110101110011100110101101100110011111100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351906; }

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

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

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

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

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

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

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

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