#462502

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

Shades of Bistre #462502

Tints of Bistre #462502

Color information

#462502 (or 0x462502) is unknown color: approx Bistre. HEX triplet: 46, 25 and 02. RGB value is (70,37,2). Sum of RGB (Red+Green+Blue) = 70+37+2=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #462502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462502 is #B9DAFD. Grayscale: #2B2B2B. Windows color (decimal): -12180222 or 140614. OLE color: 140614.

HSL color Cylindrical-coordinate representation of color #462502: hue angle of 30.88º 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 #462502 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB70372-
CMYK00.470.970.73
HSL30.88º94.44%14.12%-
HSV(B)30.88º97.14%27.45%-
XYZ3.22.630.4-
YUV42.88104.93147.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 2 (1.17% from 255) = 1.83%
R=64.22%
G=33.94%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7037200.470.970.7330.8894.4414.12
Hex4625202F61491f5ee
Octal1064520571411113713616
Binary1000110100101100101111110000110010011111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462502; }

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

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

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

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

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

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

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

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