#422B13

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

Shades of Bistre #422B13

Tints of Bistre #422B13

Color information

#422B13 (or 0x422B13) is unknown color: approx Bistre. HEX triplet: 42, 2B and 13. RGB value is (66,43,19). Sum of RGB (Red+Green+Blue) = 66+43+19=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #422B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422B13 is #BDD4EC. Grayscale: #2F2F2F. Windows color (decimal): -12440813 or 1256258. OLE color: 1256258.

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

Color convert

RGB664319-
CMYK00.350.710.74
HSL30.64º55.29%16.67%-
HSV(B)30.64º71.21%25.88%-
XYZ3.232.931.01-
YUV47.14112.12141.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=51.56%
G=33.59%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66431900.350.710.7430.6455.2916.67
Hex422B13023474A1f3711
Octal1025323043107112376721
Binary1000010101011100110100011100011110010101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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