#341600

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

Shades of Brown Pod #341600

Tints of Brown Pod #341600

Color information

#341600 (or 0x341600) is unknown color: approx Brown Pod. HEX triplet: 34, 16 and 00. RGB value is (52,22,0). Sum of RGB (Red+Green+Blue) = 52+22+0=74 (9% of max value = 765). Red value is 52 (20.70% from 255 or 70.27% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 52 - color contains mainly: red. Hex color #341600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341600 is #CBE9FF. Grayscale: #1C1C1C. Windows color (decimal): -13363712 or 5684. OLE color: 5684.

HSL color Cylindrical-coordinate representation of color #341600: hue angle of 25.38º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #341600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB52220-
CMYK00.5810.80
HSL25.38º100%10.2%-
HSV(B)25.38º100%20.39%-
XYZ1.71.30.16-
YUV28.46111.94144.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 70.27%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.27%
G=29.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5222000.5810.8025.3810010.2
Hex3416003A64501964a
Octal642600721441203114412
Binary1101001011000111010110010010100001100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341600; }

 p { color: rgb(52,22,0); }

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

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

 a { background-color: rgb(52,22,0); }

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

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

 span { border-color: rgb(52,22,0); }

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