#341608

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

Shades of Brown Pod #341608

Tints of Brown Pod #341608

Color information

#341608 (or 0x341608) is unknown color: approx Brown Pod. HEX triplet: 34, 16 and 08. RGB value is (52,22,8). Sum of RGB (Red+Green+Blue) = 52+22+8=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #341608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341608 is #CBE9F7. Grayscale: #1D1D1D. Windows color (decimal): -13363704 or 529972. OLE color: 529972.

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

Color convert

RGB52228-
CMYK00.580.850.80
HSL19.09º73.33%11.76%-
HSV(B)19.09º84.62%20.39%-
XYZ1.751.320.39-
YUV29.37115.94144.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 63.41%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=63.41%
G=26.83%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5222800.580.850.8019.0973.3311.76
Hex3416803A55501349c
Octal6426100721251202311114
Binary1101001011010000111010101010110100001001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341608; }

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

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

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

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

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

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

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

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