#422814

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

Shades of Bistre #422814

Tints of Bistre #422814

Color information

#422814 (or 0x422814) is unknown color: approx Bistre. HEX triplet: 42, 28 and 14. RGB value is (66,40,20). Sum of RGB (Red+Green+Blue) = 66+40+20=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #422814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422814 is #BDD7EB. Grayscale: #2D2D2D. Windows color (decimal): -12441580 or 1321026. OLE color: 1321026.

HSL color Cylindrical-coordinate representation of color #422814: hue angle of 26.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422814 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB664020-
CMYK00.390.700.74
HSL26.09º53.49%16.86%-
HSV(B)26.09º69.7%25.88%-
XYZ3.132.731.02-
YUV45.49113.61142.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=52.38%
G=31.75%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66402000.390.700.7426.0953.4916.86
Hex422814027464A1a3511
Octal1025024047106112326521
Binary1000010101000101000100111100011010010101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422814; }

 p { color: rgb(66,40,20); }

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

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

 a { background-color: rgb(66,40,20); }

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

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

 span { border-color: rgb(66,40,20); }

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