#422717

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

Shades of Bistre #422717

Tints of Bistre #422717

Color information

#422717 (or 0x422717) is unknown color: approx Bistre. HEX triplet: 42, 27 and 17. RGB value is (66,39,23). Sum of RGB (Red+Green+Blue) = 66+39+23=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #422717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422717 is #BDD8E8. Grayscale: #2D2D2D. Windows color (decimal): -12441833 or 1517378. OLE color: 1517378.

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

Color convert

RGB663923-
CMYK00.410.650.74
HSL22.33º48.31%17.45%-
HSV(B)22.33º65.15%25.88%-
XYZ3.132.671.16-
YUV45.25115.45142.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 23 (9.38% from 255) = 17.97%
R=51.56%
G=30.47%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66392300.410.650.7422.3348.3117.45
Hex422717029414A163011
Octal1024727051101112266021
Binary1000010100111101110101001100000110010101011011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422717; }

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

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

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

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

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

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

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

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