#40280F

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

Shades of Bistre #40280F

Tints of Bistre #40280F

Color information

#40280F (or 0x40280F) is unknown color: approx Bistre. HEX triplet: 40, 28 and 0F. RGB value is (64,40,15). Sum of RGB (Red+Green+Blue) = 64+40+15=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #40280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40280F is #BFD7F0. Grayscale: #2C2C2C. Windows color (decimal): -12572657 or 993344. OLE color: 993344.

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

Color convert

RGB644015-
CMYK00.380.770.75
HSL30.61º62.03%15.49%-
HSV(B)30.61º76.56%25.1%-
XYZ2.962.640.81-
YUV44.33111.45142.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=53.78%
G=33.61%
B=12.61%

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
Decimal64401500.380.770.7530.6162.0315.49
Hex4028F0264D4B1f3ef
Octal1005017046115113377617
Binary10000001010001111010011010011011001011111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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