#3A271B

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

Shades of Bistre #3A271B

Tints of Bistre #3A271B

Color information

#3A271B (or 0x3A271B) is unknown color: approx Bistre. HEX triplet: 3A, 27 and 1B. RGB value is (58,39,27). Sum of RGB (Red+Green+Blue) = 58+39+27=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A271B is #C5D8E4. Grayscale: #2B2B2B. Windows color (decimal): -12966117 or 1779514. OLE color: 1779514.

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

Color convert

RGB583927-
CMYK00.330.530.77
HSL23.23º36.47%16.67%-
HSV(B)23.23º53.45%22.75%-
XYZ2.672.431.37-
YUV43.31118.79138.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=46.77%
G=31.45%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58392700.330.530.7723.2336.4716.67
Hex3A271B021354D172411
Octal72473304165115274421
Binary11101010011111011010000111010110011011011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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