#3A201A

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

Shades of Brown Pod #3A201A

Tints of Brown Pod #3A201A

Color information

#3A201A (or 0x3A201A) is unknown color: approx Brown Pod. HEX triplet: 3A, 20 and 1A. RGB value is (58,32,26). Sum of RGB (Red+Green+Blue) = 58+32+26=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A201A is #C5DFE5. Grayscale: #272727. Windows color (decimal): -12967910 or 1712186. OLE color: 1712186.

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

Color convert

RGB583226-
CMYK00.450.550.77
HSL11.25º38.1%16.47%-
HSV(B)11.25º55.17%22.75%-
XYZ2.452.011.24-
YUV39.09120.61141.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=50%
G=27.59%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58322600.450.550.7711.2538.116.47
Hex3A201A02D374Db2610
Octal72403205567115134620
Binary1110101000001101001011011101111001101101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,26); }

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

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

 a { background-color: rgb(58,32,26); }

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

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

 span { border-color: rgb(58,32,26); }

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