#40250A

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

Shades of Bistre #40250A

Tints of Bistre #40250A

Color information

#40250A (or 0x40250A) is unknown color: approx Bistre. HEX triplet: 40, 25 and 0A. RGB value is (64,37,10). Sum of RGB (Red+Green+Blue) = 64+37+10=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40250A is #BFDAF5. Grayscale: #2A2A2A. Windows color (decimal): -12573430 or 664896. OLE color: 664896.

HSL color Cylindrical-coordinate representation of color #40250A: hue angle of 30º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40250A is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB643710-
CMYK00.420.840.75
HSL30º72.97%14.51%-
HSV(B)30º84.38%25.1%-
XYZ2.832.440.61-
YUV42109.95143.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=57.66%
G=33.33%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64371000.420.840.753072.9714.51
Hex4025A02A544B1e49f
Octal10045120521241133611117
Binary100000010010110100101010101010010010111111010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40250A; }

 p { color: rgb(64,37,10); }

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

<style>
 a { background-color: #40250A; }

 a { background-color: rgb(64,37,10); }

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

<style>
 span { border-color: #40250A; }

 span { border-color: rgb(64,37,10); }

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