#402A0F

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

Shades of Bistre #402A0F

Tints of Bistre #402A0F

Color information

#402A0F (or 0x402A0F) is unknown color: approx Bistre. HEX triplet: 40, 2A and 0F. RGB value is (64,42,15). Sum of RGB (Red+Green+Blue) = 64+42+15=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A0F is #BFD5F0. Grayscale: #2D2D2D. Windows color (decimal): -12572145 or 993856. OLE color: 993856.

HSL color Cylindrical-coordinate representation of color #402A0F: hue angle of 33.06º 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 #402A0F is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB644215-
CMYK00.340.770.75
HSL33.06º62.03%15.49%-
HSV(B)33.06º76.56%25.1%-
XYZ3.032.780.83-
YUV45.5110.79141.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=52.89%
G=34.71%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64421500.340.770.7533.0662.0315.49
Hex402AF0224D4B213ef
Octal1005217042115113417617
Binary100000010101011110100010100110110010111000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402A0F; }

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

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

<style>
 a { background-color: #402A0F; }

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

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

<style>
 span { border-color: #402A0F; }

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

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