#462A0B

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

Shades of Bistre #462A0B

Tints of Bistre #462A0B

Color information

#462A0B (or 0x462A0B) is unknown color: approx Bistre. HEX triplet: 46, 2A and 0B. RGB value is (70,42,11). Sum of RGB (Red+Green+Blue) = 70+42+11=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #462A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A0B is #B9D5F4. Grayscale: #2E2E2E. Windows color (decimal): -12178933 or 731718. OLE color: 731718.

HSL color Cylindrical-coordinate representation of color #462A0B: hue angle of 31.53º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #462A0B is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB704211-
CMYK00.400.840.73
HSL31.53º72.84%15.88%-
HSV(B)31.53º84.29%27.45%-
XYZ3.412.980.71-
YUV46.84107.78144.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=56.91%
G=34.15%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70421100.400.840.7331.5372.8415.88
Hex462AB0285449204910
Octal10652130501241114011120
Binary10001101010101011010100010101001001001100000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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