#34190D

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

Shades of Brown Pod #34190D

Tints of Brown Pod #34190D

Color information

#34190D (or 0x34190D) is unknown color: approx Brown Pod. HEX triplet: 34, 19 and 0D. RGB value is (52,25,13). Sum of RGB (Red+Green+Blue) = 52+25+13=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #34190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34190D is #CBE6F2. Grayscale: #1F1F1F. Windows color (decimal): -13362931 or 858420. OLE color: 858420.

HSL color Cylindrical-coordinate representation of color #34190D: hue angle of 18.46º 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 #34190D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB522513-
CMYK00.520.750.80
HSL18.46º60%12.75%-
HSV(B)18.46º75%20.39%-
XYZ1.841.450.56-
YUV31.7117.45142.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 25 (10.16% from 255) = 27.78%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=57.78%
G=27.78%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52251300.520.750.8018.466012.75
Hex3419D0344B50123cd
Octal643115064113120227415
Binary110100110011101011010010010111010000100101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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