#34160B

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

Shades of Brown Pod #34160B

Tints of Brown Pod #34160B

Color information

#34160B (or 0x34160B) is unknown color: approx Brown Pod. HEX triplet: 34, 16 and 0B. RGB value is (52,22,11). Sum of RGB (Red+Green+Blue) = 52+22+11=85 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.18% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 52 - color contains mainly: red. Hex color #34160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34160B is #CBE9F4. Grayscale: #1D1D1D. Windows color (decimal): -13363701 or 726580. OLE color: 726580.

HSL color Cylindrical-coordinate representation of color #34160B: hue angle of 16.1º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34160B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB522211-
CMYK00.580.790.80
HSL16.1º65.08%12.35%-
HSV(B)16.1º78.85%20.39%-
XYZ1.761.330.48-
YUV29.72117.44143.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.18%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=61.18%
G=25.88%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52221100.580.790.8016.165.0812.35
Hex3416B03A4F501041c
Octal6426130721171202010114
Binary1101001011010110111010100111110100001000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34160B; }

 p { color: rgb(52,22,11); }

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

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

 a { background-color: rgb(52,22,11); }

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

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

 span { border-color: rgb(52,22,11); }

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