#34180B

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

Shades of Brown Pod #34180B

Tints of Brown Pod #34180B

Color information

#34180B (or 0x34180B) is unknown color: approx Brown Pod. HEX triplet: 34, 18 and 0B. RGB value is (52,24,11). Sum of RGB (Red+Green+Blue) = 52+24+11=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34180B is #CBE7F4. Grayscale: #1E1E1E. Windows color (decimal): -13363189 or 727092. OLE color: 727092.

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

Color convert

RGB522411-
CMYK00.540.790.80
HSL19.02º65.08%12.35%-
HSV(B)19.02º78.85%20.39%-
XYZ1.81.410.49-
YUV30.89116.78143.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.77%
GREEN value IS 24 (9.77% from 255) = 27.59%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=59.77%
G=27.59%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52241100.540.790.8019.0265.0812.35
Hex3418B0364F501341c
Octal6430130661171202310114
Binary1101001100010110110110100111110100001001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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