#41270C

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

Shades of Bistre #41270C

Tints of Bistre #41270C

Color information

#41270C (or 0x41270C) is unknown color: approx Bistre. HEX triplet: 41, 27 and 0C. RGB value is (65,39,12). Sum of RGB (Red+Green+Blue) = 65+39+12=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41270C is #BED8F3. Grayscale: #2B2B2B. Windows color (decimal): -12507380 or 796481. OLE color: 796481.

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

Color convert

RGB653912-
CMYK00.400.820.75
HSL30.57º68.83%15.1%-
HSV(B)30.57º81.54%25.49%-
XYZ2.972.60.69-
YUV43.7110.11143.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=56.03%
G=33.62%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65391200.400.820.7530.5768.8315.1
Hex4127C028524B1f45f
Octal10147140501221133710517
Binary100000110011111000101000101001010010111111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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