#422202

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

Shades of Bistre #422202

Tints of Bistre #422202

Color information

#422202 (or 0x422202) is unknown color: approx Bistre. HEX triplet: 42, 22 and 02. RGB value is (66,34,2). Sum of RGB (Red+Green+Blue) = 66+34+2=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #422202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422202 is #BDDDFD. Grayscale: #282828. Windows color (decimal): -12443134 or 139842. OLE color: 139842.

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

Color convert

RGB66342-
CMYK00.480.970.74
HSL30º94.12%13.33%-
HSV(B)30º96.97%25.88%-
XYZ2.832.310.35-
YUV39.92106.6146.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.71%
GREEN value IS 34 (13.67% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=64.71%
G=33.33%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6634200.480.970.743094.1213.33
Hex42222030614A1e5ed
Octal1024220601411123613615
Binary1000010100010100110000110000110010101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422202; }

 p { color: rgb(66,34,2); }

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

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

 a { background-color: rgb(66,34,2); }

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

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

 span { border-color: rgb(66,34,2); }

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