#341908

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

Shades of Brown Pod #341908

Tints of Brown Pod #341908

Color information

#341908 (or 0x341908) is unknown color: approx Brown Pod. HEX triplet: 34, 19 and 08. RGB value is (52,25,8). Sum of RGB (Red+Green+Blue) = 52+25+8=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #341908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341908 is #CBE6F7. Grayscale: #1F1F1F. Windows color (decimal): -13362936 or 530740. OLE color: 530740.

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

Color convert

RGB52258-
CMYK00.520.850.80
HSL23.18º73.33%11.76%-
HSV(B)23.18º84.62%20.39%-
XYZ1.811.440.41-
YUV31.14114.95142.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.18%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=61.18%
G=29.41%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5225800.520.850.8023.1873.3311.76
Hex3419803455501749c
Octal6431100641251202711114
Binary1101001100110000110100101010110100001011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341908; }

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

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

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

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

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

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

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

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