#34190A

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

Shades of Brown Pod #34190A

Tints of Brown Pod #34190A

Color information

#34190A (or 0x34190A) is unknown color: approx Brown Pod. HEX triplet: 34, 19 and 0A. RGB value is (52,25,10). Sum of RGB (Red+Green+Blue) = 52+25+10=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #34190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34190A is #CBE6F5. Grayscale: #1F1F1F. Windows color (decimal): -13362934 or 661812. OLE color: 661812.

HSL color Cylindrical-coordinate representation of color #34190A: hue angle of 21.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34190A is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB522510-
CMYK00.520.810.80
HSL21.43º67.74%12.16%-
HSV(B)21.43º80.77%20.39%-
XYZ1.821.450.47-
YUV31.36115.95142.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 59.77%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 10 (4.30% from 255) = 11.49%
R=59.77%
G=28.74%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52251000.520.810.8021.4367.7412.16
Hex3419A03451501544c
Octal6431120641211202510414
Binary1101001100110100110100101000110100001010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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