#41280C

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

Shades of Bistre #41280C

Tints of Bistre #41280C

Color information

#41280C (or 0x41280C) is unknown color: approx Bistre. HEX triplet: 41, 28 and 0C. RGB value is (65,40,12). Sum of RGB (Red+Green+Blue) = 65+40+12=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41280C is #BED7F3. Grayscale: #2C2C2C. Windows color (decimal): -12507124 or 796737. OLE color: 796737.

HSL color Cylindrical-coordinate representation of color #41280C: hue angle of 31.7º 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 #41280C is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB654012-
CMYK00.380.820.75
HSL31.7º68.83%15.1%-
HSV(B)31.7º81.54%25.49%-
XYZ3.012.670.7-
YUV44.28109.78142.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=55.56%
G=34.19%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65401200.380.820.7531.768.8315.1
Hex4128C026524B2045f
Octal10150140461221134010517
Binary1000001101000110001001101010010100101110000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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