#422707

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

Shades of Bistre #422707

Tints of Bistre #422707

Color information

#422707 (or 0x422707) is unknown color: approx Bistre. HEX triplet: 42, 27 and 07. RGB value is (66,39,7). Sum of RGB (Red+Green+Blue) = 66+39+7=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #422707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422707 is #BDD8F8. Grayscale: #2B2B2B. Windows color (decimal): -12441849 or 468802. OLE color: 468802.

HSL color Cylindrical-coordinate representation of color #422707: hue angle of 32.54º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #422707 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB66397-
CMYK00.410.890.74
HSL32.54º80.82%14.31%-
HSV(B)32.54º89.39%25.88%-
XYZ3.012.620.55-
YUV43.42107.45144.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 39 (15.62% from 255) = 34.82%
BLUE value IS 7 (3.12% from 255) = 6.25%
R=58.93%
G=34.82%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6639700.410.890.7432.5480.8214.31
Hex42277029594A2151e
Octal1024770511311124112116
Binary100001010011111101010011011001100101010000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422707; }

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

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

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

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

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

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

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

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