#463A24

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

Shades of Birch #463A24

Tints of Birch #463A24

Color information

#463A24 (or 0x463A24) is unknown color: approx Birch. HEX triplet: 46, 3A and 24. RGB value is (70,58,36). Sum of RGB (Red+Green+Blue) = 70+58+36=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A24 is #B9C5DB. Grayscale: #3B3B3B. Windows color (decimal): -12174812 or 2374214. OLE color: 2374214.

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

Color convert

RGB705836-
CMYK00.170.490.73
HSL38.82º32.08%20.78%-
HSV(B)38.82º48.57%27.45%-
XYZ4.364.462.3-
YUV59.08114.98135.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=42.68%
G=35.37%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70583600.170.490.7338.8232.0820.78
Hex463A240113149272015
Octal106724402161111474025
Binary1000110111010100100010001110001100100110011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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