#351305

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

Shades of Brown Pod #351305

Tints of Brown Pod #351305

Color information

#351305 (or 0x351305) is unknown color: approx Brown Pod. HEX triplet: 35, 13 and 05. RGB value is (53,19,5). Sum of RGB (Red+Green+Blue) = 53+19+5=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #351305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351305 is #CAECFA. Grayscale: #1B1B1B. Windows color (decimal): -13298939 or 332597. OLE color: 332597.

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

Color convert

RGB53195-
CMYK00.640.910.79
HSL17.5º82.76%11.37%-
HSV(B)17.5º90.57%20.78%-
XYZ1.731.230.29-
YUV27.57115.26146.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 68.83%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=68.83%
G=24.68%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5319500.640.910.7917.582.7611.37
Hex351350405B4F1253b
Octal6523501001331172212313
Binary1101011001110101000000101101110011111001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351305; }

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

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

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

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

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

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

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

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