#3A2214

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

Shades of Brown Pod #3A2214

Tints of Brown Pod #3A2214

Color information

#3A2214 (or 0x3A2214) is unknown color: approx Brown Pod. HEX triplet: 3A, 22 and 14. RGB value is (58,34,20). Sum of RGB (Red+Green+Blue) = 58+34+20=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2214 is #C5DDEB. Grayscale: #272727. Windows color (decimal): -12967404 or 1319482. OLE color: 1319482.

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

Color convert

RGB583420-
CMYK00.410.660.77
HSL22.11º48.72%15.29%-
HSV(B)22.11º65.52%22.75%-
XYZ2.442.090.94-
YUV39.58116.95141.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.79%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=51.79%
G=30.36%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58342000.410.660.7722.1148.7215.29
Hex3A2214029424D1631f
Octal724224051102115266117
Binary11101010001010100010100110000101001101101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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