#463B26

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

Shades of Birch #463B26

Tints of Birch #463B26

Color information

#463B26 (or 0x463B26) is unknown color: approx Birch. HEX triplet: 46, 3B and 26. RGB value is (70,59,38). Sum of RGB (Red+Green+Blue) = 70+59+38=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #463B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B26 is #B9C4D9. Grayscale: #3B3B3B. Windows color (decimal): -12174554 or 2505542. OLE color: 2505542.

HSL color Cylindrical-coordinate representation of color #463B26: hue angle of 39.37º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463B26 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB705938-
CMYK00.160.460.73
HSL39.37º29.63%21.18%-
HSV(B)39.37º45.71%27.45%-
XYZ4.444.572.48-
YUV59.9115.64135.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.92%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=41.92%
G=35.33%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70593800.160.460.7339.3729.6321.18
Hex463B260102E49271e15
Octal106734602056111473625
Binary100011011101110011001000010111010010011001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463B26; }

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

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

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

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

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

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

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

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