#351806

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

Shades of Brown Pod #351806

Tints of Brown Pod #351806

Color information

#351806 (or 0x351806) is unknown color: approx Brown Pod. HEX triplet: 35, 18 and 06. RGB value is (53,24,6). Sum of RGB (Red+Green+Blue) = 53+24+6=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #351806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351806 is #CAE7F9. Grayscale: #1E1E1E. Windows color (decimal): -13297658 or 399413. OLE color: 399413.

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

Color convert

RGB53246-
CMYK00.550.890.79
HSL22.98º79.66%11.57%-
HSV(B)22.98º88.68%20.78%-
XYZ1.831.420.35-
YUV30.62114.11143.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.86%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=63.86%
G=28.92%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5324600.550.890.7922.9879.6611.57
Hex35186037594F1750c
Octal653060671311172712014
Binary110101110001100110111101100110011111011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351806; }

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

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

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

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

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

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

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

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