#422305

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

Shades of Bistre #422305

Tints of Bistre #422305

Color information

#422305 (or 0x422305) is unknown color: approx Bistre. HEX triplet: 42, 23 and 05. RGB value is (66,35,5). Sum of RGB (Red+Green+Blue) = 66+35+5=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #422305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422305 is #BDDCFA. Grayscale: #292929. Windows color (decimal): -12442875 or 336706. OLE color: 336706.

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

Color convert

RGB66355-
CMYK00.470.920.74
HSL29.51º85.92%13.92%-
HSV(B)29.51º92.42%25.88%-
XYZ2.882.370.45-
YUV40.85107.77145.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.26%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 5 (2.34% from 255) = 4.72%
R=62.26%
G=33.02%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6635500.470.920.7429.5185.9213.92
Hex4223502F5C4A1e56e
Octal1024350571341123612616
Binary10000101000111010101111101110010010101111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422305; }

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

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

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

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

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

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

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

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