#463A25

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

Shades of Birch #463A25

Tints of Birch #463A25

Color information

#463A25 (or 0x463A25) is unknown color: approx Birch. HEX triplet: 46, 3A and 25. RGB value is (70,58,37). Sum of RGB (Red+Green+Blue) = 70+58+37=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #463A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463A25 is #B9C5DA. Grayscale: #3B3B3B. Windows color (decimal): -12174811 or 2439750. OLE color: 2439750.

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

Color convert

RGB705837-
CMYK00.170.470.73
HSL38.18º30.84%20.98%-
HSV(B)38.18º47.14%27.45%-
XYZ4.374.462.38-
YUV59.19115.48135.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.42%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=42.42%
G=35.15%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70583700.170.470.7338.1830.8420.98
Hex463A250112F49261f15
Octal106724502157111463725
Binary100011011101010010101000110111110010011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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