#3A1D0B

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

Shades of Brown Pod #3A1D0B

Tints of Brown Pod #3A1D0B

Color information

#3A1D0B (or 0x3A1D0B) is unknown color: approx Brown Pod. HEX triplet: 3A, 1D and 0B. RGB value is (58,29,11). Sum of RGB (Red+Green+Blue) = 58+29+11=98 (12% of max value = 765). Red value is 58 (23.05% from 255 or 59.18% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1D0B is #C5E2F4. Grayscale: #232323. Windows color (decimal): -12968693 or 728378. OLE color: 728378.

HSL color Cylindrical-coordinate representation of color #3A1D0B: hue angle of 22.98º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A1D0B is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB582911-
CMYK00.50.810.77
HSL22.98º68.12%13.53%-
HSV(B)22.98º81.03%22.75%-
XYZ2.241.80.55-
YUV35.62114.11143.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 59.18%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=59.18%
G=29.59%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58291100.50.810.7722.9868.1213.53
Hex3A1DB032514D1744e
Octal7235130621211152710416
Binary1110101110110110110010101000110011011011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,11); }

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

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

 a { background-color: rgb(58,29,11); }

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

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

 span { border-color: rgb(58,29,11); }

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