#341405

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

Shades of Brown Pod #341405

Tints of Brown Pod #341405

Color information

#341405 (or 0x341405) is unknown color: approx Brown Pod. HEX triplet: 34, 14 and 05. RGB value is (52,20,5). Sum of RGB (Red+Green+Blue) = 52+20+5=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #341405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341405 is #CBEBFA. Grayscale: #1B1B1B. Windows color (decimal): -13364219 or 332852. OLE color: 332852.

HSL color Cylindrical-coordinate representation of color #341405: hue angle of 19.15º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #341405 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB52205-
CMYK00.620.900.80
HSL19.15º82.46%11.18%-
HSV(B)19.15º90.38%20.39%-
XYZ1.691.240.29-
YUV27.86115.1145.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 67.53%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=67.53%
G=25.97%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5220500.620.900.8019.1582.4611.18
Hex3414503E5A501352b
Octal642450761321202312213
Binary110100101001010111110101101010100001001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341405; }

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

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

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

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

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

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

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

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