#422405

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

Shades of Bistre #422405

Tints of Bistre #422405

Color information

#422405 (or 0x422405) is unknown color: approx Bistre. HEX triplet: 42, 24 and 05. RGB value is (66,36,5). Sum of RGB (Red+Green+Blue) = 66+36+5=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #422405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422405 is #BDDBFA. Grayscale: #292929. Windows color (decimal): -12442619 or 336962. OLE color: 336962.

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

Color convert

RGB66365-
CMYK00.450.920.74
HSL30.49º85.92%13.92%-
HSV(B)30.49º92.42%25.88%-
XYZ2.912.430.46-
YUV41.44107.44145.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 61.68%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=61.68%
G=33.64%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6636500.450.920.7430.4985.9213.92
Hex4224502D5C4A1e56e
Octal1024450551341123612616
Binary10000101001001010101101101110010010101111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422405; }

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

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

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

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

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

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

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

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