#3A231B

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

Shades of Brown Pod #3A231B

Tints of Brown Pod #3A231B

Color information

#3A231B (or 0x3A231B) is unknown color: approx Brown Pod. HEX triplet: 3A, 23 and 1B. RGB value is (58,35,27). Sum of RGB (Red+Green+Blue) = 58+35+27=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A231B is #C5DCE4. Grayscale: #292929. Windows color (decimal): -12967141 or 1778490. OLE color: 1778490.

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

Color convert

RGB583527-
CMYK00.400.530.77
HSL15.48º36.47%16.67%-
HSV(B)15.48º53.45%22.75%-
XYZ2.542.181.32-
YUV40.96120.12140.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.33%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=48.33%
G=29.17%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58352700.400.530.7715.4836.4716.67
Hex3A231B028354Df2411
Octal72433305065115174421
Binary1110101000111101101010001101011001101111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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