#351200

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

Shades of Brown Pod #351200

Tints of Brown Pod #351200

Color information

#351200 (or 0x351200) is unknown color: approx Brown Pod. HEX triplet: 35, 12 and 00. RGB value is (53,18,0). Sum of RGB (Red+Green+Blue) = 53+18+0=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #351200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351200 is #CAEDFF. Grayscale: #1A1A1A. Windows color (decimal): -13299200 or 4661. OLE color: 4661.

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

Color convert

RGB53180-
CMYK00.6610.79
HSL20.38º100%10.39%-
HSV(B)20.38º100%20.78%-
XYZ1.681.190.14-
YUV26.41113.1146.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 74.65%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.65%
G=25.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5318000.6610.7920.3810010.39
Hex35120042644F1464a
Octal6522001021441172414412
Binary11010110010001000010110010010011111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351200; }

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

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

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

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

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

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

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

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