Html Css Color HEX #464420 Woodrush

📋 copy color: '#464420'

red 70 ◦ green 68 ◦ blue 32

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

Shades of Woodrush #464420

Tints of Woodrush #464420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40%

 BLUE value IS 32 (12.89% from 255) = 18.82%

R = 41.18%
G = 40%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#464420 (or 0x464420) is known color: Woodrush. HEX triplet: 46, 44 and 20. RGB value is (70,68,32). Sum of RGB (Red+Green+Blue) = 70+68+32=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 70 - color contains mainly: red. Hex color #464420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464420 is #B9BBDF. Grayscale: #404040. Windows color (decimal): -12172256 or 2114630. OLE color: 2114630.

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

Color convert

RGB 70 68 32 -
CMYK 0 0.03 0.54 0.73
HSL 56.84º 0.37% 0.2% -
HSV(B) 56.84º 0.54% 0.27% -
XYZ 4.85 5.54 2.18 -
YUV 64.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 70 68 32 0 0.03 0.54 0.73 56.84 0.37 0.2
Hex 46 44 20 0 3 36 49 39 25 14
Octal 106 104 40 0 3 66 111 71 45 24
Binary 1000110 1000100 100000 0 11 110110 1001001 111001 100101 10100

Color Harmonies of #464420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464420

Black with #464420

Text Example


Text Example

White with #464420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464420; }

 p { color: rgb(70,68,32); }

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

background-color css

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

 a { background-color: rgb(70,68,32); }

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

border-color css

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

 span { border-color: rgb(70,68,32); }

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