#422711

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

Shades of Bistre #422711

Tints of Bistre #422711

Color information

#422711 (or 0x422711) is unknown color: approx Bistre. HEX triplet: 42, 27 and 11. RGB value is (66,39,17). Sum of RGB (Red+Green+Blue) = 66+39+17=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #422711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422711 is #BDD8EE. Grayscale: #2C2C2C. Windows color (decimal): -12441839 or 1124162. OLE color: 1124162.

HSL color Cylindrical-coordinate representation of color #422711: hue angle of 26.94º 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 #422711 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB663917-
CMYK00.410.740.74
HSL26.94º59.04%16.27%-
HSV(B)26.94º74.24%25.88%-
XYZ3.072.650.88-
YUV44.56112.45143.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.10%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=54.10%
G=31.97%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66391700.410.740.7426.9459.0416.27
Hex4227110294A4A1b3b10
Octal1024721051112112337320
Binary1000010100111100010101001100101010010101101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422711; }

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

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

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

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

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

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

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

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