#462401

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

Shades of Bistre #462401

Tints of Bistre #462401

Color information

#462401 (or 0x462401) is unknown color: approx Bistre. HEX triplet: 46, 24 and 01. RGB value is (70,36,1). Sum of RGB (Red+Green+Blue) = 70+36+1=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #462401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462401 is #B9DBFE. Grayscale: #2A2A2A. Windows color (decimal): -12180479 or 74822. OLE color: 74822.

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

Color convert

RGB70361-
CMYK00.490.990.73
HSL30.43º97.18%13.92%-
HSV(B)30.43º98.57%27.45%-
XYZ3.162.570.36-
YUV42.18104.76147.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=65.42%
G=33.64%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7036100.490.990.7330.4397.1813.92
Hex4624103163491e61e
Octal1064410611431113614116
Binary100011010010010110001110001110010011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462401; }

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

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

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

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

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

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

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

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