#422819

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

Shades of Bistre #422819

Tints of Bistre #422819

Color information

#422819 (or 0x422819) is unknown color: approx Bistre. HEX triplet: 42, 28 and 19. RGB value is (66,40,25). Sum of RGB (Red+Green+Blue) = 66+40+25=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #422819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422819 is #BDD7E6. Grayscale: #2E2E2E. Windows color (decimal): -12441575 or 1648706. OLE color: 1648706.

HSL color Cylindrical-coordinate representation of color #422819: hue angle of 21.95º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422819 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB664025-
CMYK00.390.620.74
HSL21.95º45.05%17.84%-
HSV(B)21.95º62.12%25.88%-
XYZ3.182.751.28-
YUV46.06116.11142.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=50.38%
G=30.53%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66402500.390.620.7421.9545.0517.84
Hex4228190273E4A162d12
Octal102503104776112265522
Binary100001010100011001010011111111010010101011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422819; }

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

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

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

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

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

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

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

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