Html Css Color HEX #463A24 Birch

📋 copy color: '#463A24'

red 70 ◦ green 58 ◦ blue 36

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

Shades of Birch #463A24

Tints of Birch #463A24

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

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 70 58 36 -
CMYK 0 0.17 0.49 0.73
HSL 38.82º 0.32% 0.21% -
HSV(B) 38.82º 0.49% 0.27% -
XYZ 4.36 4.46 2.3 -
YUV 59.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 70 58 36 0 0.17 0.49 0.73 38.82 0.32 0.21
Hex 46 3A 24 0 11 31 49 27 20 15
Octal 106 72 44 0 21 61 111 47 40 25
Binary 1000110 111010 100100 0 10001 110001 1001001 100111 100000 10101

Color Harmonies of #463A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463A24

Black with #463A24

Text Example


Text Example

White with #463A24

Text Example


Text Example

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