#463B27

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

Shades of Birch #463B27

Tints of Birch #463B27

Color information

#463B27 (or 0x463B27) is unknown color: approx Birch. HEX triplet: 46, 3B and 27. RGB value is (70,59,39). Sum of RGB (Red+Green+Blue) = 70+59+39=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #463B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B27 is #B9C4D8. Grayscale: #3C3C3C. Windows color (decimal): -12174553 or 2571078. OLE color: 2571078.

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

Color convert

RGB705939-
CMYK00.160.440.73
HSL38.71º28.44%21.37%-
HSV(B)38.71º44.29%27.45%-
XYZ4.464.582.57-
YUV60.01116.14135.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=41.67%
G=35.12%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70593900.160.440.7338.7128.4421.37
Hex463B270102C49271c15
Octal106734702054111473425
Binary100011011101110011101000010110010010011001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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