#3A2218

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

Shades of Brown Pod #3A2218

Tints of Brown Pod #3A2218

Color information

#3A2218 (or 0x3A2218) is unknown color: approx Brown Pod. HEX triplet: 3A, 22 and 18. RGB value is (58,34,24). Sum of RGB (Red+Green+Blue) = 58+34+24=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2218 is #C5DDE7. Grayscale: #282828. Windows color (decimal): -12967400 or 1581626. OLE color: 1581626.

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

Color convert

RGB583424-
CMYK00.410.590.77
HSL17.65º41.46%16.08%-
HSV(B)17.65º58.62%22.75%-
XYZ2.482.111.14-
YUV40.04118.95140.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=50%
G=29.31%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58342400.410.590.7717.6541.4616.08
Hex3A22180293B4D122910
Octal72423005173115225120
Binary11101010001011000010100111101110011011001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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