Html Css Color HEX #464222 Woodrush

📋 copy color: '#464222'

red 70 ◦ green 66 ◦ blue 34

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

Shades of Woodrush #464222

Tints of Woodrush #464222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20%

R = 41.18%
G = 38.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#464222 (or 0x464222) is known color: Woodrush. HEX triplet: 46, 42 and 22. RGB value is (70,66,34). Sum of RGB (Red+Green+Blue) = 70+66+34=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #464222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464222 is #B9BDDD. Grayscale: #3F3F3F. Windows color (decimal): -12172766 or 2245190. OLE color: 2245190.

HSL color Cylindrical-coordinate representation of color #464222: hue angle of 53.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #464222 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 34 -
CMYK 0 0.06 0.51 0.73
HSL 53.33º 0.35% 0.2% -
HSV(B) 53.33º 0.51% 0.27% -
XYZ 4.76 5.31 2.29 -
YUV 63.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 70 66 34 0 0.06 0.51 0.73 53.33 0.35 0.2
Hex 46 42 22 0 6 33 49 35 23 14
Octal 106 102 42 0 6 63 111 65 43 24
Binary 1000110 1000010 100010 0 110 110011 1001001 110101 100011 10100

Color Harmonies of #464222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464222

Black with #464222

Text Example


Text Example

White with #464222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464222; }

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

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

background-color css

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

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

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

border-color css

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

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

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