#422613

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

Shades of Bistre #422613

Tints of Bistre #422613

Color information

#422613 (or 0x422613) is unknown color: approx Bistre. HEX triplet: 42, 26 and 13. RGB value is (66,38,19). Sum of RGB (Red+Green+Blue) = 66+38+19=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #422613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422613 is #BDD9EC. Grayscale: #2C2C2C. Windows color (decimal): -12442093 or 1254978. OLE color: 1254978.

HSL color Cylindrical-coordinate representation of color #422613: hue angle of 24.26º 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 #422613 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB663819-
CMYK00.420.710.74
HSL24.26º55.29%16.67%-
HSV(B)24.26º71.21%25.88%-
XYZ3.062.590.96-
YUV44.21113.78143.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.66%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=53.66%
G=30.89%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66381900.420.710.7424.2655.2916.67
Hex42261302A474A183711
Octal1024623052107112306721
Binary1000010100110100110101010100011110010101100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422613; }

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

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

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

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

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

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

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

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