#351500

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

Shades of Brown Pod #351500

Tints of Brown Pod #351500

Color information

#351500 (or 0x351500) is unknown color: approx Brown Pod. HEX triplet: 35, 15 and 00. RGB value is (53,21,0). Sum of RGB (Red+Green+Blue) = 53+21+0=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #351500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351500 is #CAEAFF. Grayscale: #1C1C1C. Windows color (decimal): -13298432 or 5429. OLE color: 5429.

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

Color convert

RGB53210-
CMYK00.6010.79
HSL23.77º100%10.39%-
HSV(B)23.77º100%20.78%-
XYZ1.741.290.16-
YUV28.17112.1145.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 71.62%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.62%
G=28.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5321000.6010.7923.7710010.39
Hex3515003C644F1864a
Octal652500741441173014412
Binary1101011010100111100110010010011111100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351500; }

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

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

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

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

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

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

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

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