#41270F

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

Shades of Bistre #41270F

Tints of Bistre #41270F

Color information

#41270F (or 0x41270F) is unknown color: approx Bistre. HEX triplet: 41, 27 and 0F. RGB value is (65,39,15). Sum of RGB (Red+Green+Blue) = 65+39+15=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41270F is #BED8F0. Grayscale: #2C2C2C. Windows color (decimal): -12507377 or 993089. OLE color: 993089.

HSL color Cylindrical-coordinate representation of color #41270F: hue angle of 28.8º 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 #41270F is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB653915-
CMYK00.400.770.75
HSL28.8º62.5%15.69%-
HSV(B)28.8º76.92%25.49%-
XYZ2.992.610.8-
YUV44.04111.61142.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=54.62%
G=32.77%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65391500.400.770.7528.862.515.69
Hex4127F0284D4B1d3e10
Octal1014717050115113357620
Binary100000110011111110101000100110110010111110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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