#351406

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

Shades of Brown Pod #351406

Tints of Brown Pod #351406

Color information

#351406 (or 0x351406) is unknown color: approx Brown Pod. HEX triplet: 35, 14 and 06. RGB value is (53,20,6). Sum of RGB (Red+Green+Blue) = 53+20+6=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #351406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351406 is #CAEBF9. Grayscale: #1C1C1C. Windows color (decimal): -13298682 or 398389. OLE color: 398389.

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

Color convert

RGB53206-
CMYK00.620.890.79
HSL17.87º79.66%11.57%-
HSV(B)17.87º88.68%20.78%-
XYZ1.751.270.33-
YUV28.27115.43145.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.09%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=67.09%
G=25.32%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5320600.620.890.7917.8779.6611.57
Hex3514603E594F1250c
Octal652460761311172212014
Binary110101101001100111110101100110011111001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351406; }

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

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

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

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

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

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

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

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