#351400

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

Shades of Brown Pod #351400

Tints of Brown Pod #351400

Color information

#351400 (or 0x351400) is unknown color: approx Brown Pod. HEX triplet: 35, 14 and 00. RGB value is (53,20,0). Sum of RGB (Red+Green+Blue) = 53+20+0=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #351400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351400 is #CAEBFF. Grayscale: #1B1B1B. Windows color (decimal): -13298688 or 5173. OLE color: 5173.

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

Color convert

RGB53200-
CMYK00.6210.79
HSL22.64º100%10.39%-
HSV(B)22.64º100%20.78%-
XYZ1.721.260.15-
YUV27.59112.43146.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 72.60%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.60%
G=27.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5320000.6210.7922.6410010.39
Hex3514003E644F1764a
Octal652400761441172714412
Binary1101011010000111110110010010011111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351400; }

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

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

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

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

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

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

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

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