Html Css Color HEX #464221 Woodrush

📋 copy color: '#464221'

red 70 ◦ green 66 ◦ blue 33

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

Shades of Woodrush #464221

Tints of Woodrush #464221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 41.42%
G = 39.05%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#464221 (or 0x464221) is known color: Woodrush. HEX triplet: 46, 42 and 21. RGB value is (70,66,33). Sum of RGB (Red+Green+Blue) = 70+66+33=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #464221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464221 is #B9BDDE. Grayscale: #3F3F3F. Windows color (decimal): -12172767 or 2179654. OLE color: 2179654.

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

Color convert

RGB 70 66 33 -
CMYK 0 0.06 0.53 0.73
HSL 53.51º 0.36% 0.2% -
HSV(B) 53.51º 0.53% 0.27% -
XYZ 4.75 5.31 2.21 -
YUV 63.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 70 66 33 0 0.06 0.53 0.73 53.51 0.36 0.2
Hex 46 42 21 0 6 35 49 36 24 14
Octal 106 102 41 0 6 65 111 66 44 24
Binary 1000110 1000010 100001 0 110 110101 1001001 110110 100100 10100

Color Harmonies of #464221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464221

Black with #464221

Text Example


Text Example

White with #464221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464221; }

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

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

background-color css

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

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

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

border-color css

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

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

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