#3A231A

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

Shades of Brown Pod #3A231A

Tints of Brown Pod #3A231A

Color information

#3A231A (or 0x3A231A) is unknown color: approx Brown Pod. HEX triplet: 3A, 23 and 1A. RGB value is (58,35,26). Sum of RGB (Red+Green+Blue) = 58+35+26=119 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.74% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 58 - color contains mainly: red. Hex color #3A231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A231A is #C5DCE5. Grayscale: #282828. Windows color (decimal): -12967142 or 1712954. OLE color: 1712954.

HSL color Cylindrical-coordinate representation of color #3A231A: hue angle of 16.88º 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 #3A231A is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB583526-
CMYK00.400.550.77
HSL16.88º38.1%16.47%-
HSV(B)16.88º55.17%22.75%-
XYZ2.532.181.26-
YUV40.85119.62140.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.74%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=48.74%
G=29.41%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58352600.400.550.7716.8838.116.47
Hex3A231A028374D112610
Octal72433205067115214620
Binary11101010001111010010100011011110011011000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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