#3A271C

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

Shades of Bistre #3A271C

Tints of Bistre #3A271C

Color information

#3A271C (or 0x3A271C) is unknown color: approx Bistre. HEX triplet: 3A, 27 and 1C. RGB value is (58,39,28). Sum of RGB (Red+Green+Blue) = 58+39+28=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A271C is #C5D8E3. Grayscale: #2B2B2B. Windows color (decimal): -12966116 or 1845050. OLE color: 1845050.

HSL color Cylindrical-coordinate representation of color #3A271C: hue angle of 22º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A271C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB583928-
CMYK00.330.520.77
HSL22º34.88%16.86%-
HSV(B)22º51.72%22.75%-
XYZ2.682.431.43-
YUV43.43119.29138.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.4%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=46.4%
G=31.2%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58392800.330.520.772234.8816.86
Hex3A271C021344D162311
Octal72473404164115264321
Binary11101010011111100010000111010010011011011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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