#422B1D

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

Shades of Bistre #422B1D

Tints of Bistre #422B1D

Color information

#422B1D (or 0x422B1D) is unknown color: approx Bistre. HEX triplet: 42, 2B and 1D. RGB value is (66,43,29). Sum of RGB (Red+Green+Blue) = 66+43+29=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #422B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B1D is #BDD4E2. Grayscale: #303030. Windows color (decimal): -12440803 or 1911618. OLE color: 1911618.

HSL color Cylindrical-coordinate representation of color #422B1D: hue angle of 22.7º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422B1D is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB664329-
CMYK00.350.560.74
HSL22.7º38.95%18.63%-
HSV(B)22.7º56.06%25.88%-
XYZ3.332.971.56-
YUV48.28117.12140.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=47.83%
G=31.16%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66432900.350.560.7422.738.9518.63
Hex422B1D023384A172713
Octal102533504370112274723
Binary100001010101111101010001111100010010101011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422B1D; }

 p { color: rgb(66,43,29); }

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

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

 a { background-color: rgb(66,43,29); }

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

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

 span { border-color: rgb(66,43,29); }

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