#351405

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

Shades of Brown Pod #351405

Tints of Brown Pod #351405

Color information

#351405 (or 0x351405) is unknown color: approx Brown Pod. HEX triplet: 35, 14 and 05. RGB value is (53,20,5). Sum of RGB (Red+Green+Blue) = 53+20+5=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #351405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351405 is #CAEBFA. Grayscale: #1C1C1C. Windows color (decimal): -13298683 or 332853. OLE color: 332853.

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

Color convert

RGB53205-
CMYK00.620.910.79
HSL18.75º82.76%11.37%-
HSV(B)18.75º90.57%20.78%-
XYZ1.751.270.3-
YUV28.16114.93145.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=67.95%
G=25.64%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5320500.620.910.7918.7582.7611.37
Hex3514503E5B4F1353b
Octal652450761331172312313
Binary110101101001010111110101101110011111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351405; }

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

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

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

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

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

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

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

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