#3A190C

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

Shades of Brown Pod #3A190C

Tints of Brown Pod #3A190C

Color information

#3A190C (or 0x3A190C) is unknown color: approx Brown Pod. HEX triplet: 3A, 19 and 0C. RGB value is (58,25,12). Sum of RGB (Red+Green+Blue) = 58+25+12=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A190C is #C5E6F3. Grayscale: #212121. Windows color (decimal): -12969716 or 792890. OLE color: 792890.

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

Color convert

RGB582512-
CMYK00.570.790.77
HSL16.96º65.71%13.73%-
HSV(B)16.96º79.31%22.75%-
XYZ2.161.620.55-
YUV33.38115.93145.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.05%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=61.05%
G=26.32%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58251200.570.790.7716.9665.7113.73
Hex3A19C0394F4D1142e
Octal7231140711171152110216
Binary1110101100111000111001100111110011011000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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