Html Css Color HEX #464224 Woodrush

📋 copy color: '#464224'

red 70 ◦ green 66 ◦ blue 36

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

Shades of Woodrush #464224

Tints of Woodrush #464224

RGB

 RED value IS 70 (27.73% from 255) = 40.7%

 GREEN value IS 66 (26.17% from 255) = 38.37%

 BLUE value IS 36 (14.45% from 255) = 20.93%

R = 40.7%
G = 38.37%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#464224 (or 0x464224) is known color: Woodrush. HEX triplet: 46, 42 and 24. RGB value is (70,66,36). Sum of RGB (Red+Green+Blue) = 70+66+36=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #464224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464224 is #B9BDDB. Grayscale: #3F3F3F. Windows color (decimal): -12172764 or 2376262. OLE color: 2376262.

HSL color Cylindrical-coordinate representation of color #464224: hue angle of 52.94º 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 #464224 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 36 -
CMYK 0 0.06 0.49 0.73
HSL 52.94º 0.32% 0.21% -
HSV(B) 52.94º 0.49% 0.27% -
XYZ 4.79 5.33 2.44 -
YUV 63.78 112.33 132.44 -
System Red Green Blue C M Y K H S L
Decimal 70 66 36 0 0.06 0.49 0.73 52.94 0.32 0.21
Hex 46 42 24 0 6 31 49 35 20 15
Octal 106 102 44 0 6 61 111 65 40 25
Binary 1000110 1000010 100100 0 110 110001 1001001 110101 100000 10101

Color Harmonies of #464224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464224

Black with #464224

Text Example


Text Example

White with #464224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464224; }

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

 H1.HeaderClassName
 {
   color: #464224;
 }
 .AnyTagClassName
 {
   color: #464224;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #464224;
 }
 .BgClassName
 {
   background-color: #464224;
 }
</style>

border-color css

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

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

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