#41280F

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

Shades of Bistre #41280F

Tints of Bistre #41280F

Color information

#41280F (or 0x41280F) is unknown color: approx Bistre. HEX triplet: 41, 28 and 0F. RGB value is (65,40,15). Sum of RGB (Red+Green+Blue) = 65+40+15=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #41280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41280F is #BED7F0. Grayscale: #2C2C2C. Windows color (decimal): -12507121 or 993345. OLE color: 993345.

HSL color Cylindrical-coordinate representation of color #41280F: hue angle of 30º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41280F is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB654015-
CMYK00.380.770.75
HSL30º62.5%15.69%-
HSV(B)30º76.92%25.49%-
XYZ3.022.680.81-
YUV44.62111.28142.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=54.17%
G=33.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65401500.380.770.753062.515.69
Hex4128F0264D4B1e3e10
Octal1015017046115113367620
Binary100000110100011110100110100110110010111111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41280F; }

 p { color: rgb(65,40,15); }

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

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

 a { background-color: rgb(65,40,15); }

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

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

 span { border-color: rgb(65,40,15); }

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