#351600

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

Shades of Brown Pod #351600

Tints of Brown Pod #351600

Color information

#351600 (or 0x351600) is unknown color: approx Brown Pod. HEX triplet: 35, 16 and 00. RGB value is (53,22,0). Sum of RGB (Red+Green+Blue) = 53+22+0=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #351600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351600 is #CAE9FF. Grayscale: #1C1C1C. Windows color (decimal): -13298176 or 5685. OLE color: 5685.

HSL color Cylindrical-coordinate representation of color #351600: hue angle of 24.91º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #351600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB53220-
CMYK00.5810.79
HSL24.91º100%10.39%-
HSV(B)24.91º100%20.78%-
XYZ1.761.330.16-
YUV28.76111.77145.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.67%
G=29.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5322000.5810.7924.9110010.39
Hex3516003A644F1964a
Octal652600721441173114412
Binary1101011011000111010110010010011111100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351600; }

 p { color: rgb(53,22,0); }

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

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

 a { background-color: rgb(53,22,0); }

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

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

 span { border-color: rgb(53,22,0); }

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