#462D14

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

Shades of Bistre #462D14

Tints of Bistre #462D14

Color information

#462D14 (or 0x462D14) is unknown color: approx Bistre. HEX triplet: 46, 2D and 14. RGB value is (70,45,20). Sum of RGB (Red+Green+Blue) = 70+45+20=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #462D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462D14 is #B9D2EB. Grayscale: #313131. Windows color (decimal): -12178156 or 1322310. OLE color: 1322310.

HSL color Cylindrical-coordinate representation of color #462D14: hue angle of 30º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462D14 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB704520-
CMYK00.360.710.73
HSL30º55.56%17.65%-
HSV(B)30º71.43%27.45%-
XYZ3.593.231.1-
YUV49.62111.28142.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=51.85%
G=33.33%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70452000.360.710.733055.5617.65
Hex462D1402447491e3812
Octal1065524044107111367022
Binary1000110101101101000100100100011110010011111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,45,20); }

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

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

 a { background-color: rgb(70,45,20); }

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

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

 span { border-color: rgb(70,45,20); }

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