#462A05

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

Shades of Bistre #462A05

Tints of Bistre #462A05

Color information

#462A05 (or 0x462A05) is unknown color: approx Bistre. HEX triplet: 46, 2A and 05. RGB value is (70,42,5). Sum of RGB (Red+Green+Blue) = 70+42+5=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #462A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A05 is #B9D5FA. Grayscale: #2E2E2E. Windows color (decimal): -12178939 or 338502. OLE color: 338502.

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

Color convert

RGB70425-
CMYK00.400.930.73
HSL34.15º86.67%14.71%-
HSV(B)34.15º92.86%27.45%-
XYZ3.382.970.54-
YUV46.15104.78145.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=59.83%
G=35.90%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7042500.400.930.7334.1586.6714.71
Hex462A50285D492257f
Octal1065250501351114212717
Binary100011010101010101010001011101100100110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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