#351301

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

Shades of Brown Pod #351301

Tints of Brown Pod #351301

Color information

#351301 (or 0x351301) is unknown color: approx Brown Pod. HEX triplet: 35, 13 and 01. RGB value is (53,19,1). Sum of RGB (Red+Green+Blue) = 53+19+1=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351301 is #CAECFE. Grayscale: #1B1B1B. Windows color (decimal): -13298943 or 70453. OLE color: 70453.

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

Color convert

RGB53191-
CMYK00.640.980.79
HSL20.77º96.3%10.59%-
HSV(B)20.77º98.11%20.78%-
XYZ1.711.220.18-
YUV27.11113.26146.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 1 (0.78% from 255) = 1.37%
R=72.60%
G=26.03%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5319100.640.980.7920.7796.310.59
Hex35131040624F1560b
Octal6523101001421172514013
Binary11010110011101000000110001010011111010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351301; }

 p { color: rgb(53,19,1); }

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

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

 a { background-color: rgb(53,19,1); }

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

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

 span { border-color: rgb(53,19,1); }

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