#46280A

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

Shades of Bistre #46280A

Tints of Bistre #46280A

Color information

#46280A (or 0x46280A) is unknown color: approx Bistre. HEX triplet: 46, 28 and 0A. RGB value is (70,40,10). Sum of RGB (Red+Green+Blue) = 70+40+10=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #46280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46280A is #B9D7F5. Grayscale: #2D2D2D. Windows color (decimal): -12179446 or 665670. OLE color: 665670.

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

Color convert

RGB704010-
CMYK00.430.860.73
HSL30º75%15.69%-
HSV(B)30º85.71%27.45%-
XYZ3.342.840.66-
YUV45.55107.94145.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.33%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=58.33%
G=33.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70401000.430.860.73307515.69
Hex4628A02B56491e4b10
Octal10650120531261113611320
Binary1000110101000101001010111010110100100111110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,40,10); }

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

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

 a { background-color: rgb(70,40,10); }

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

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

 span { border-color: rgb(70,40,10); }

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