#422A07

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

Shades of Bistre #422A07

Tints of Bistre #422A07

Color information

#422A07 (or 0x422A07) is unknown color: approx Bistre. HEX triplet: 42, 2A and 07. RGB value is (66,42,7). Sum of RGB (Red+Green+Blue) = 66+42+7=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #422A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A07 is #BDD5F8. Grayscale: #2D2D2D. Windows color (decimal): -12441081 or 469570. OLE color: 469570.

HSL color Cylindrical-coordinate representation of color #422A07: hue angle of 35.59º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #422A07 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB66427-
CMYK00.360.890.74
HSL35.59º80.82%14.31%-
HSV(B)35.59º89.39%25.88%-
XYZ3.112.830.58-
YUV45.19106.45142.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 7 (3.12% from 255) = 6.09%
R=57.39%
G=36.52%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6642700.360.890.7435.5980.8214.31
Hex422A7024594A2451e
Octal1025270441311124412116
Binary100001010101011101001001011001100101010010010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,42,7); }

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

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

 a { background-color: rgb(66,42,7); }

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

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

 span { border-color: rgb(66,42,7); }

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