#34180D

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

Shades of Brown Pod #34180D

Tints of Brown Pod #34180D

Color information

#34180D (or 0x34180D) is unknown color: approx Brown Pod. HEX triplet: 34, 18 and 0D. RGB value is (52,24,13). Sum of RGB (Red+Green+Blue) = 52+24+13=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #34180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34180D is #CBE7F2. Grayscale: #1F1F1F. Windows color (decimal): -13363187 or 858164. OLE color: 858164.

HSL color Cylindrical-coordinate representation of color #34180D: hue angle of 16.92º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34180D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB522413-
CMYK00.540.750.80
HSL16.92º60%12.75%-
HSV(B)16.92º75%20.39%-
XYZ1.821.410.56-
YUV31.12117.78142.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=58.43%
G=26.97%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52241300.540.750.8016.926012.75
Hex3418D0364B50113cd
Octal643015066113120217415
Binary110100110001101011011010010111010000100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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