#42290C

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

Shades of Bistre #42290C

Tints of Bistre #42290C

Color information

#42290C (or 0x42290C) is unknown color: approx Bistre. HEX triplet: 42, 29 and 0C. RGB value is (66,41,12). Sum of RGB (Red+Green+Blue) = 66+41+12=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #42290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42290C is #BDD6F3. Grayscale: #2D2D2D. Windows color (decimal): -12441332 or 796994. OLE color: 796994.

HSL color Cylindrical-coordinate representation of color #42290C: hue angle of 32.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42290C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB664112-
CMYK00.380.820.74
HSL32.22º69.23%15.29%-
HSV(B)32.22º81.82%25.88%-
XYZ3.112.770.72-
YUV45.17109.28142.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=55.46%
G=34.45%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66411200.380.820.7432.2269.2315.29
Hex4229C026524A2045f
Octal10251140461221124010517
Binary1000010101001110001001101010010100101010000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42290C; }

 p { color: rgb(66,41,12); }

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

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

 a { background-color: rgb(66,41,12); }

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

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

 span { border-color: rgb(66,41,12); }

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