#3A1A0B

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

Shades of Brown Pod #3A1A0B

Tints of Brown Pod #3A1A0B

Color information

#3A1A0B (or 0x3A1A0B) is unknown color: approx Brown Pod. HEX triplet: 3A, 1A and 0B. RGB value is (58,26,11). Sum of RGB (Red+Green+Blue) = 58+26+11=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1A0B is #C5E5F4. Grayscale: #212121. Windows color (decimal): -12969461 or 727610. OLE color: 727610.

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

Color convert

RGB582611-
CMYK00.550.810.77
HSL19.15º68.12%13.53%-
HSV(B)19.15º81.03%22.75%-
XYZ2.171.660.52-
YUV33.86115.1145.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 61.05%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=61.05%
G=27.37%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58261100.550.810.7719.1568.1213.53
Hex3A1AB037514D1344e
Octal7232130671211152310416
Binary1110101101010110110111101000110011011001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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