#341303

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

Shades of Brown Pod #341303

Tints of Brown Pod #341303

Color information

#341303 (or 0x341303) is unknown color: approx Brown Pod. HEX triplet: 34, 13 and 03. RGB value is (52,19,3). Sum of RGB (Red+Green+Blue) = 52+19+3=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #341303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341303 is #CBECFC. Grayscale: #1B1B1B. Windows color (decimal): -13364477 or 201524. OLE color: 201524.

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

Color convert

RGB52193-
CMYK00.630.940.80
HSL19.59º89.09%10.78%-
HSV(B)19.59º94.23%20.39%-
XYZ1.671.20.23-
YUV27.04114.43145.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 70.27%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=70.27%
G=25.68%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5219300.630.940.8019.5989.0910.78
Hex3413303F5E501459b
Octal642330771361202413113
Binary11010010011110111111101111010100001010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341303; }

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

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

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

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

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

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

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

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