#40230C

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

Shades of Bistre #40230C

Tints of Bistre #40230C

Color information

#40230C (or 0x40230C) is unknown color: approx Bistre. HEX triplet: 40, 23 and 0C. RGB value is (64,35,12). Sum of RGB (Red+Green+Blue) = 64+35+12=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #40230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40230C is #BFDCF3. Grayscale: #292929. Windows color (decimal): -12573940 or 795456. OLE color: 795456.

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

Color convert

RGB643512-
CMYK00.450.810.75
HSL26.54º68.42%14.9%-
HSV(B)26.54º81.25%25.1%-
XYZ2.782.320.65-
YUV41.05111.61144.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=57.66%
G=31.53%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64351200.450.810.7526.5468.4214.9
Hex4023C02D514B1b44f
Octal10043140551211133310417
Binary100000010001111000101101101000110010111101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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