#341408

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

Shades of Brown Pod #341408

Tints of Brown Pod #341408

Color information

#341408 (or 0x341408) is unknown color: approx Brown Pod. HEX triplet: 34, 14 and 08. RGB value is (52,20,8). Sum of RGB (Red+Green+Blue) = 52+20+8=80 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 52 - color contains mainly: red. Hex color #341408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341408 is #CBEBF7. Grayscale: #1C1C1C. Windows color (decimal): -13364216 or 529460. OLE color: 529460.

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

Color convert

RGB52208-
CMYK00.620.850.80
HSL16.36º73.33%11.76%-
HSV(B)16.36º84.62%20.39%-
XYZ1.711.250.38-
YUV28.2116.6144.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 8 (3.52% from 255) = 10%
R=65%
G=25%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5220800.620.850.8016.3673.3311.76
Hex3414803E55501049c
Octal6424100761251202011114
Binary1101001010010000111110101010110100001000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341408; }

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

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

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

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

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

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

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

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