#40270D

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

Shades of Bistre #40270D

Tints of Bistre #40270D

Color information

#40270D (or 0x40270D) is unknown color: approx Bistre. HEX triplet: 40, 27 and 0D. RGB value is (64,39,13). Sum of RGB (Red+Green+Blue) = 64+39+13=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40270D is #BFD8F2. Grayscale: #2B2B2B. Windows color (decimal): -12572915 or 862016. OLE color: 862016.

HSL color Cylindrical-coordinate representation of color #40270D: hue angle of 30.59º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40270D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB643913-
CMYK00.390.800.75
HSL30.59º66.23%15.1%-
HSV(B)30.59º79.69%25.1%-
XYZ2.912.570.72-
YUV43.51110.78142.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=55.17%
G=33.62%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64391300.390.800.7530.5966.2315.1
Hex4027D027504B1f42f
Octal10047150471201133710217
Binary100000010011111010100111101000010010111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40270D; }

 p { color: rgb(64,39,13); }

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

<style>
 a { background-color: #40270D; }

 a { background-color: rgb(64,39,13); }

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

<style>
 span { border-color: #40270D; }

 span { border-color: rgb(64,39,13); }

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