#462B08

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

Shades of Bistre #462B08

Tints of Bistre #462B08

Color information

#462B08 (or 0x462B08) is unknown color: approx Bistre. HEX triplet: 46, 2B and 08. RGB value is (70,43,8). Sum of RGB (Red+Green+Blue) = 70+43+8=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #462B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462B08 is #B9D4F7. Grayscale: #2F2F2F. Windows color (decimal): -12178680 or 535366. OLE color: 535366.

HSL color Cylindrical-coordinate representation of color #462B08: hue angle of 33.87º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #462B08 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB70438-
CMYK00.390.890.73
HSL33.87º79.49%15.29%-
HSV(B)33.87º88.57%27.45%-
XYZ3.433.050.64-
YUV47.08105.95144.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.85%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 8 (3.52% from 255) = 6.61%
R=57.85%
G=35.54%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7043800.390.890.7333.8779.4915.29
Hex462B80275949224ff
Octal10653100471311114211717
Binary1000110101011100001001111011001100100110001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,43,8); }

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

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

 a { background-color: rgb(70,43,8); }

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

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

 span { border-color: rgb(70,43,8); }

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