#462A0D

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

Shades of Bistre #462A0D

Tints of Bistre #462A0D

Color information

#462A0D (or 0x462A0D) is unknown color: approx Bistre. HEX triplet: 46, 2A and 0D. RGB value is (70,42,13). Sum of RGB (Red+Green+Blue) = 70+42+13=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A0D is #B9D5F2. Grayscale: #2F2F2F. Windows color (decimal): -12178931 or 862790. OLE color: 862790.

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

Color convert

RGB704213-
CMYK00.400.810.73
HSL30.53º68.67%16.27%-
HSV(B)30.53º81.43%27.45%-
XYZ3.432.990.78-
YUV47.07108.78144.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=56%
G=33.6%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70421300.400.810.7330.5368.6716.27
Hex462AD02851491f4510
Octal10652150501211113710520
Binary1000110101010110101010001010001100100111111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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