#462A01

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

Shades of Bistre #462A01

Tints of Bistre #462A01

Color information

#462A01 (or 0x462A01) is unknown color: approx Bistre. HEX triplet: 46, 2A and 01. RGB value is (70,42,1). Sum of RGB (Red+Green+Blue) = 70+42+1=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #462A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A01 is #B9D5FE. Grayscale: #2D2D2D. Windows color (decimal): -12178943 or 76358. OLE color: 76358.

HSL color Cylindrical-coordinate representation of color #462A01: hue angle of 35.65º 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 #462A01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB70421-
CMYK00.400.990.73
HSL35.65º97.18%13.92%-
HSV(B)35.65º98.57%27.45%-
XYZ3.362.960.42-
YUV45.7102.78145.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=61.95%
G=37.17%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7042100.400.990.7335.6597.1813.92
Hex462A102863492461e
Octal1065210501431114414116
Binary1000110101010101010001100011100100110010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A01; }

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

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

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

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

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

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

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

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