#462602

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

Shades of Bistre #462602

Tints of Bistre #462602

Color information

#462602 (or 0x462602) is unknown color: approx Bistre. HEX triplet: 46, 26 and 02. RGB value is (70,38,2). Sum of RGB (Red+Green+Blue) = 70+38+2=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #462602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462602 is #B9D9FD. Grayscale: #2B2B2B. Windows color (decimal): -12179966 or 140870. OLE color: 140870.

HSL color Cylindrical-coordinate representation of color #462602: hue angle of 31.76º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #462602 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB70382-
CMYK00.460.970.73
HSL31.76º94.44%14.12%-
HSV(B)31.76º97.14%27.45%-
XYZ3.232.690.41-
YUV43.46104.6146.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 2 (1.17% from 255) = 1.82%
R=63.64%
G=34.55%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7038200.460.970.7331.7694.4414.12
Hex4626202E6149205ee
Octal1064620561411114013616
Binary10001101001101001011101100001100100110000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462602; }

 p { color: rgb(70,38,2); }

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

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

 a { background-color: rgb(70,38,2); }

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

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

 span { border-color: rgb(70,38,2); }

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