#462A03

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

Shades of Bistre #462A03

Tints of Bistre #462A03

Color information

#462A03 (or 0x462A03) is unknown color: approx Bistre. HEX triplet: 46, 2A and 03. RGB value is (70,42,3). Sum of RGB (Red+Green+Blue) = 70+42+3=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #462A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462A03 is #B9D5FC. Grayscale: #2E2E2E. Windows color (decimal): -12178941 or 207430. OLE color: 207430.

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

Color convert

RGB70423-
CMYK00.400.960.73
HSL34.93º91.78%14.31%-
HSV(B)34.93º95.71%27.45%-
XYZ3.372.960.48-
YUV45.93103.78145.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=60.87%
G=36.52%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7042300.400.960.7334.9391.7814.31
Hex462A30286049235ce
Octal1065230501401114313416
Binary10001101010101101010001100000100100110001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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