#462400

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

Shades of Bistre #462400

Tints of Bistre #462400

Color information

#462400 (or 0x462400) is unknown color: approx Bistre. HEX triplet: 46, 24 and 00. RGB value is (70,36,0). Sum of RGB (Red+Green+Blue) = 70+36+0=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #462400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462400 is #B9DBFF. Grayscale: #2A2A2A. Windows color (decimal): -12180480 or 9286. OLE color: 9286.

HSL color Cylindrical-coordinate representation of color #462400: hue angle of 30.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #462400 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB70360-
CMYK00.4910.73
HSL30.86º100%13.73%-
HSV(B)30.86º100%27.45%-
XYZ3.162.560.33-
YUV42.06104.26147.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 66.04%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.04%
G=33.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7036000.4910.7330.8610013.73
Hex4624003164491f64e
Octal1064400611441113714416
Binary100011010010000110001110010010010011111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462400; }

 p { color: rgb(70,36,0); }

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

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

 a { background-color: rgb(70,36,0); }

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

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

 span { border-color: rgb(70,36,0); }

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