#341304

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

Shades of Brown Pod #341304

Tints of Brown Pod #341304

Color information

#341304 (or 0x341304) is unknown color: approx Brown Pod. HEX triplet: 34, 13 and 04. RGB value is (52,19,4). Sum of RGB (Red+Green+Blue) = 52+19+4=75 (9% of max value = 765). Red value is 52 (20.70% from 255 or 69.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 52 - color contains mainly: red. Hex color #341304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341304 is #CBECFB. Grayscale: #1B1B1B. Windows color (decimal): -13364476 or 267060. OLE color: 267060.

HSL color Cylindrical-coordinate representation of color #341304: hue angle of 18.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #341304 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB52194-
CMYK00.630.920.80
HSL18.75º85.71%10.98%-
HSV(B)18.75º92.31%20.39%-
XYZ1.671.20.26-
YUV27.16114.93145.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 69.33%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 4 (1.95% from 255) = 5.33%
R=69.33%
G=25.33%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5219400.630.920.8018.7585.7110.98
Hex3413403F5C501356b
Octal642340771341202312613
Binary110100100111000111111101110010100001001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341304; }

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

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

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

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

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

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

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

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