#422718

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

Shades of Bistre #422718

Tints of Bistre #422718

Color information

#422718 (or 0x422718) is unknown color: approx Bistre. HEX triplet: 42, 27 and 18. RGB value is (66,39,24). Sum of RGB (Red+Green+Blue) = 66+39+24=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #422718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422718 is #BDD8E7. Grayscale: #2D2D2D. Windows color (decimal): -12441832 or 1582914. OLE color: 1582914.

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

Color convert

RGB663924-
CMYK00.410.640.74
HSL21.43º46.67%17.65%-
HSV(B)21.43º63.64%25.88%-
XYZ3.142.681.22-
YUV45.36115.95142.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=51.16%
G=30.23%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66392400.410.640.7421.4346.6717.65
Hex422718029404A152f12
Octal1024730051100112255722
Binary1000010100111110000101001100000010010101010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422718; }

 p { color: rgb(66,39,24); }

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

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

 a { background-color: rgb(66,39,24); }

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

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

 span { border-color: rgb(66,39,24); }

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