#40270C

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

Shades of Bistre #40270C

Tints of Bistre #40270C

Color information

#40270C (or 0x40270C) is unknown color: approx Bistre. HEX triplet: 40, 27 and 0C. RGB value is (64,39,12). Sum of RGB (Red+Green+Blue) = 64+39+12=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40270C is #BFD8F3. Grayscale: #2B2B2B. Windows color (decimal): -12572916 or 796480. OLE color: 796480.

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

Color convert

RGB643912-
CMYK00.390.810.75
HSL31.15º68.42%14.9%-
HSV(B)31.15º81.25%25.1%-
XYZ2.912.570.69-
YUV43.4110.28142.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=55.65%
G=33.91%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64391200.390.810.7531.1568.4214.9
Hex4027C027514B1f44f
Octal10047140471211133710417
Binary100000010011111000100111101000110010111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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