#422611

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

Shades of Bistre #422611

Tints of Bistre #422611

Color information

#422611 (or 0x422611) is unknown color: approx Bistre. HEX triplet: 42, 26 and 11. RGB value is (66,38,17). Sum of RGB (Red+Green+Blue) = 66+38+17=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422611 is #BDD9EE. Grayscale: #2C2C2C. Windows color (decimal): -12442095 or 1123906. OLE color: 1123906.

HSL color Cylindrical-coordinate representation of color #422611: hue angle of 25.71º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #422611 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB663817-
CMYK00.420.740.74
HSL25.71º59.04%16.27%-
HSV(B)25.71º74.24%25.88%-
XYZ3.042.580.87-
YUV43.98112.78143.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=54.55%
G=31.40%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66381700.420.740.7425.7159.0416.27
Hex42261102A4A4A1a3b10
Octal1024621052112112327320
Binary1000010100110100010101010100101010010101101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422611; }

 p { color: rgb(66,38,17); }

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

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

 a { background-color: rgb(66,38,17); }

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

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

 span { border-color: rgb(66,38,17); }

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