#341803

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

Shades of Brown Pod #341803

Tints of Brown Pod #341803

Color information

#341803 (or 0x341803) is unknown color: approx Brown Pod. HEX triplet: 34, 18 and 03. RGB value is (52,24,3). Sum of RGB (Red+Green+Blue) = 52+24+3=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #341803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341803 is #CBE7FC. Grayscale: #1E1E1E. Windows color (decimal): -13363197 or 202804. OLE color: 202804.

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

Color convert

RGB52243-
CMYK00.540.940.80
HSL25.71º89.09%10.78%-
HSV(B)25.71º94.23%20.39%-
XYZ1.761.390.26-
YUV29.98112.78143.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=65.82%
G=30.38%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5224300.540.940.8025.7189.0910.78
Hex341830365E501a59b
Octal643030661361203213113
Binary11010011000110110110101111010100001101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341803; }

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

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

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

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

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

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

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

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