#341503

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

Shades of Brown Pod #341503

Tints of Brown Pod #341503

Color information

#341503 (or 0x341503) is unknown color: approx Brown Pod. HEX triplet: 34, 15 and 03. RGB value is (52,21,3). Sum of RGB (Red+Green+Blue) = 52+21+3=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #341503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341503 is #CBEAFC. Grayscale: #1C1C1C. Windows color (decimal): -13363965 or 202036. OLE color: 202036.

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

Color convert

RGB52213-
CMYK00.600.940.80
HSL22.04º89.09%10.78%-
HSV(B)22.04º94.23%20.39%-
XYZ1.71.270.24-
YUV28.22113.77144.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 68.42%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=68.42%
G=27.63%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5221300.600.940.8022.0489.0910.78
Hex3415303C5E501659b
Octal642530741361202613113
Binary11010010101110111100101111010100001011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341503; }

 p { color: rgb(52,21,3); }

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

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

 a { background-color: rgb(52,21,3); }

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

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

 span { border-color: rgb(52,21,3); }

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