Html Css Color HEX #463A25 Birch

📋 copy color: '#463A25'

red 70 ◦ green 58 ◦ blue 37

#463A25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Birch #463A25

Tints of Birch #463A25

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 value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463A25 (or 0x463A25) is known color: 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

RGB 70 58 37 -
CMYK 0 0.17 0.47 0.73
HSL 38.18º 0.31% 0.21% -
HSV(B) 38.18º 0.47% 0.27% -
XYZ 4.37 4.46 2.38 -
YUV 59.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 70 58 37 0 0.17 0.47 0.73 38.18 0.31 0.21
Hex 46 3A 25 0 11 2F 49 26 1F 15
Octal 106 72 45 0 21 57 111 46 37 25
Binary 1000110 111010 100101 0 10001 101111 1001001 100110 11111 10101

Color Harmonies of #463A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A25

Black with #463A25

Text Example


Text Example

White with #463A25

Text Example


Text Example

HTML Codes & Css Web 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>