#34180E

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

Shades of Brown Pod #34180E

Tints of Brown Pod #34180E

Color information

#34180E (or 0x34180E) is unknown color: approx Brown Pod. HEX triplet: 34, 18 and 0E. RGB value is (52,24,14). Sum of RGB (Red+Green+Blue) = 52+24+14=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #34180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34180E is #CBE7F1. Grayscale: #1F1F1F. Windows color (decimal): -13363186 or 923700. OLE color: 923700.

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

Color convert

RGB522414-
CMYK00.540.730.80
HSL15.79º57.58%12.94%-
HSV(B)15.79º73.08%20.39%-
XYZ1.821.420.59-
YUV31.23118.28142.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 24 (9.77% from 255) = 26.67%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=57.78%
G=26.67%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52241400.540.730.8015.7957.5812.94
Hex3418E0364950103ad
Octal643016066111120207215
Binary110100110001110011011010010011010000100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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