Html Css Color HEX #464521 Woodrush

📋 copy color: '#464521'

red 70 ◦ green 69 ◦ blue 33

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

Shades of Woodrush #464521

Tints of Woodrush #464521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.12%

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

R = 40.7%
G = 40.12%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#464521 (or 0x464521) is known color: Woodrush. HEX triplet: 46, 45 and 21. RGB value is (70,69,33). Sum of RGB (Red+Green+Blue) = 70+69+33=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #464521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464521 is #B9BADE. Grayscale: #414141. Windows color (decimal): -12171999 or 2180422. OLE color: 2180422.

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

Color convert

RGB 70 69 33 -
CMYK 0 0.01 0.53 0.73
HSL 58.38º 0.36% 0.2% -
HSV(B) 58.38º 0.53% 0.27% -
XYZ 4.93 5.67 2.27 -
YUV 65.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 70 69 33 0 0.01 0.53 0.73 58.38 0.36 0.2
Hex 46 45 21 0 1 35 49 3A 24 14
Octal 106 105 41 0 1 65 111 72 44 24
Binary 1000110 1000101 100001 0 1 110101 1001001 111010 100100 10100

Color Harmonies of #464521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464521

Black with #464521

Text Example


Text Example

White with #464521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464521; }

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

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

background-color css

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

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

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

border-color css

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

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

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