#422A0A

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

Shades of Bistre #422A0A

Tints of Bistre #422A0A

Color information

#422A0A (or 0x422A0A) is unknown color: approx Bistre. HEX triplet: 42, 2A and 0A. RGB value is (66,42,10). Sum of RGB (Red+Green+Blue) = 66+42+10=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A0A is #BDD5F5. Grayscale: #2D2D2D. Windows color (decimal): -12441078 or 666178. OLE color: 666178.

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

Color convert

RGB664210-
CMYK00.360.850.74
HSL34.29º73.68%14.9%-
HSV(B)34.29º84.85%25.88%-
XYZ3.132.840.67-
YUV45.53107.95142.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 10 (4.30% from 255) = 8.47%
R=55.93%
G=35.59%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66421000.360.850.7434.2973.6814.9
Hex422AA024554A224af
Octal10252120441251124211217
Binary1000010101010101001001001010101100101010001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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