#422304

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

Shades of Bistre #422304

Tints of Bistre #422304

Color information

#422304 (or 0x422304) is unknown color: approx Bistre. HEX triplet: 42, 23 and 04. RGB value is (66,35,4). Sum of RGB (Red+Green+Blue) = 66+35+4=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #422304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422304 is #BDDCFB. Grayscale: #282828. Windows color (decimal): -12442876 or 271170. OLE color: 271170.

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

Color convert

RGB66354-
CMYK00.470.940.74
HSL30º88.57%13.73%-
HSV(B)30º93.94%25.88%-
XYZ2.872.370.42-
YUV40.74107.27146.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.86%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=62.86%
G=33.33%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6635400.470.940.743088.5713.73
Hex4223402F5E4A1e59e
Octal1024340571361123613116
Binary10000101000111000101111101111010010101111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422304; }

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

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

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

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

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

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

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

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