#341305

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

Shades of Brown Pod #341305

Tints of Brown Pod #341305

Color information

#341305 (or 0x341305) is unknown color: approx Brown Pod. HEX triplet: 34, 13 and 05. RGB value is (52,19,5). Sum of RGB (Red+Green+Blue) = 52+19+5=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #341305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341305 is #CBECFA. Grayscale: #1B1B1B. Windows color (decimal): -13364475 or 332596. OLE color: 332596.

HSL color Cylindrical-coordinate representation of color #341305: hue angle of 17.87º 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 #341305 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB52195-
CMYK00.630.900.80
HSL17.87º82.46%11.18%-
HSV(B)17.87º90.38%20.39%-
XYZ1.681.210.29-
YUV27.27115.43145.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 6.58%
R=68.42%
G=25%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5219500.630.900.8017.8782.4611.18
Hex3413503F5A501252b
Octal642350771321202212213
Binary110100100111010111111101101010100001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341305; }

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

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

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

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

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

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

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

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