#462402

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

Shades of Bistre #462402

Tints of Bistre #462402

Color information

#462402 (or 0x462402) is unknown color: approx Bistre. HEX triplet: 46, 24 and 02. RGB value is (70,36,2). Sum of RGB (Red+Green+Blue) = 70+36+2=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #462402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462402 is #B9DBFD. Grayscale: #2A2A2A. Windows color (decimal): -12180478 or 140358. OLE color: 140358.

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

Color convert

RGB70362-
CMYK00.490.970.73
HSL30º94.44%14.12%-
HSV(B)30º97.14%27.45%-
XYZ3.172.570.39-
YUV42.29105.26147.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=64.81%
G=33.33%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7036200.490.970.733094.4414.12
Hex4624203161491e5ee
Octal1064420611411113613616
Binary1000110100100100110001110000110010011111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462402; }

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

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

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

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

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

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

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

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