#3A180E

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

Shades of Brown Pod #3A180E

Tints of Brown Pod #3A180E

Color information

#3A180E (or 0x3A180E) is unknown color: approx Brown Pod. HEX triplet: 3A, 18 and 0E. RGB value is (58,24,14). Sum of RGB (Red+Green+Blue) = 58+24+14=96 (12% of max value = 765). Red value is 58 (23.05% from 255 or 60.42% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 58 - color contains mainly: red. Hex color #3A180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A180E is #C5E7F1. Grayscale: #212121. Windows color (decimal): -12969970 or 923706. OLE color: 923706.

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

Color convert

RGB582414-
CMYK00.590.760.77
HSL13.64º61.11%14.12%-
HSV(B)13.64º75.86%22.75%-
XYZ2.151.580.61-
YUV33.03117.26145.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 60.42%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=60.42%
G=25%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58241400.590.760.7713.6461.1114.12
Hex3A18E03B4C4De3de
Octal723016073114115167516
Binary11101011000111001110111001100100110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,24,14); }

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

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

 a { background-color: rgb(58,24,14); }

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

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

 span { border-color: rgb(58,24,14); }

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