#41290A

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

Shades of Bistre #41290A

Tints of Bistre #41290A

Color information

#41290A (or 0x41290A) is unknown color: approx Bistre. HEX triplet: 41, 29 and 0A. RGB value is (65,41,10). Sum of RGB (Red+Green+Blue) = 65+41+10=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41290A is #BED6F5. Grayscale: #2C2C2C. Windows color (decimal): -12506870 or 665921. OLE color: 665921.

HSL color Cylindrical-coordinate representation of color #41290A: hue angle of 33.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41290A is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB654110-
CMYK00.370.850.75
HSL33.82º73.33%14.71%-
HSV(B)33.82º84.62%25.49%-
XYZ3.032.730.65-
YUV44.64108.45142.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=56.03%
G=35.34%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65411000.370.850.7533.8273.3314.71
Hex4129A025554B2249f
Octal10151120451251134211117
Binary1000001101001101001001011010101100101110001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41290A; }

 p { color: rgb(65,41,10); }

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

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

 a { background-color: rgb(65,41,10); }

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

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

 span { border-color: rgb(65,41,10); }

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