#3A221B

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

Shades of Brown Pod #3A221B

Tints of Brown Pod #3A221B

Color information

#3A221B (or 0x3A221B) is unknown color: approx Brown Pod. HEX triplet: 3A, 22 and 1B. RGB value is (58,34,27). Sum of RGB (Red+Green+Blue) = 58+34+27=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A221B is #C5DDE4. Grayscale: #282828. Windows color (decimal): -12967397 or 1778234. OLE color: 1778234.

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

Color convert

RGB583427-
CMYK00.410.530.77
HSL13.55º36.47%16.67%-
HSV(B)13.55º53.45%22.75%-
XYZ2.512.121.31-
YUV40.38120.45140.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.74%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=48.74%
G=28.57%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58342700.410.530.7713.5536.4716.67
Hex3A221B029354De2411
Octal72423305165115164421
Binary1110101000101101101010011101011001101111010010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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