#34170E

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

Shades of Brown Pod #34170E

Tints of Brown Pod #34170E

Color information

#34170E (or 0x34170E) is unknown color: approx Brown Pod. HEX triplet: 34, 17 and 0E. RGB value is (52,23,14). Sum of RGB (Red+Green+Blue) = 52+23+14=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #34170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34170E is #CBE8F1. Grayscale: #1E1E1E. Windows color (decimal): -13363442 or 923444. OLE color: 923444.

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

Color convert

RGB522314-
CMYK00.560.730.80
HSL14.21º57.58%12.94%-
HSV(B)14.21º73.08%20.39%-
XYZ1.81.370.59-
YUV30.64118.61143.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 23 (9.38% from 255) = 25.84%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=58.43%
G=25.84%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52231400.560.730.8014.2157.5812.94
Hex3417E0384950e3ad
Octal642716070111120167215
Binary11010010111111001110001001001101000011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34170E; }

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

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

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

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

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

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

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

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