#3C2A19

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

Shades of Bistre #3C2A19

Tints of Bistre #3C2A19

Color information

#3C2A19 (or 0x3C2A19) is unknown color: approx Bistre. HEX triplet: 3C, 2A and 19. RGB value is (60,42,25). Sum of RGB (Red+Green+Blue) = 60+42+25=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2A19 is #C3D5E6. Grayscale: #2D2D2D. Windows color (decimal): -12834279 or 1649212. OLE color: 1649212.

HSL color Cylindrical-coordinate representation of color #3C2A19: hue angle of 29.14º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C2A19 is Cyan = 0, Magento = 0.3, Yellow = 0.58 and Black (K on CMYK) = 0.76.

Color convert

RGB604225-
CMYK00.30.580.76
HSL29.14º41.18%16.67%-
HSV(B)29.14º58.33%23.53%-
XYZ2.872.691.29-
YUV45.44116.46138.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 47.24%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=47.24%
G=33.07%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60422500.30.580.7629.1441.1816.67
Hex3C2A1901E3A4C1d2911
Octal74523103672114355121
Binary1111001010101100101111011101010011001110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,42,25); }

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

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

 a { background-color: rgb(60,42,25); }

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

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

 span { border-color: rgb(60,42,25); }

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