#341808

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

Shades of Brown Pod #341808

Tints of Brown Pod #341808

Color information

#341808 (or 0x341808) is unknown color: approx Brown Pod. HEX triplet: 34, 18 and 08. RGB value is (52,24,8). Sum of RGB (Red+Green+Blue) = 52+24+8=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341808 is #CBE7F7. Grayscale: #1E1E1E. Windows color (decimal): -13363192 or 530484. OLE color: 530484.

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

Color convert

RGB52248-
CMYK00.540.850.80
HSL21.82º73.33%11.76%-
HSV(B)21.82º84.62%20.39%-
XYZ1.791.40.41-
YUV30.55115.28143.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 8 (3.52% from 255) = 9.52%
R=61.90%
G=28.57%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5224800.540.850.8021.8273.3311.76
Hex3418803655501649c
Octal6430100661251202611114
Binary1101001100010000110110101010110100001011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341808; }

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

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

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

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

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

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

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

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