#341708

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

Shades of Brown Pod #341708

Tints of Brown Pod #341708

Color information

#341708 (or 0x341708) is unknown color: approx Brown Pod. HEX triplet: 34, 17 and 08. RGB value is (52,23,8). Sum of RGB (Red+Green+Blue) = 52+23+8=83 (10% of max value = 765). Red value is 52 (20.70% from 255 or 62.65% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 52 - color contains mainly: red. Hex color #341708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341708 is #CBE8F7. Grayscale: #1E1E1E. Windows color (decimal): -13363448 or 530228. OLE color: 530228.

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

Color convert

RGB52238-
CMYK00.560.850.80
HSL20.45º73.33%11.76%-
HSV(B)20.45º84.62%20.39%-
XYZ1.771.360.4-
YUV29.96115.61143.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 62.65%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=62.65%
G=27.71%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5223800.560.850.8020.4573.3311.76
Hex3417803855501449c
Octal6427100701251202411114
Binary1101001011110000111000101010110100001010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341708; }

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

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

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

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

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

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

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

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