#422307

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

Shades of Bistre #422307

Tints of Bistre #422307

Color information

#422307 (or 0x422307) is unknown color: approx Bistre. HEX triplet: 42, 23 and 07. RGB value is (66,35,7). Sum of RGB (Red+Green+Blue) = 66+35+7=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422307 is #BDDCF8. Grayscale: #292929. Windows color (decimal): -12442873 or 467778. OLE color: 467778.

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

Color convert

RGB66357-
CMYK00.470.890.74
HSL28.47º80.82%14.31%-
HSV(B)28.47º89.39%25.88%-
XYZ2.892.380.51-
YUV41.08108.77145.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.11%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 7 (3.12% from 255) = 6.48%
R=61.11%
G=32.41%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6635700.470.890.7428.4780.8214.31
Hex4223702F594A1c51e
Octal1024370571311123412116
Binary10000101000111110101111101100110010101110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422307; }

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

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

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

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

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

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

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

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