#3A190D

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

Shades of Brown Pod #3A190D

Tints of Brown Pod #3A190D

Color information

#3A190D (or 0x3A190D) is unknown color: approx Brown Pod. HEX triplet: 3A, 19 and 0D. RGB value is (58,25,13). Sum of RGB (Red+Green+Blue) = 58+25+13=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A190D is #C5E6F2. Grayscale: #212121. Windows color (decimal): -12969715 or 858426. OLE color: 858426.

HSL color Cylindrical-coordinate representation of color #3A190D: hue angle of 16º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A190D is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB582513-
CMYK00.570.780.77
HSL16º63.38%13.92%-
HSV(B)16º77.59%22.75%-
XYZ2.171.620.58-
YUV33.5116.43145.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 60.42%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 13 (5.47% from 255) = 13.54%
R=60.42%
G=26.04%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58251300.570.780.771663.3813.92
Hex3A19D0394E4D103fe
Octal723115071116115207716
Binary111010110011101011100110011101001101100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A190D; }

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

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

<style>
 a { background-color: #3A190D; }

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

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

<style>
 span { border-color: #3A190D; }

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

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