Html Css Color HEX #464434 Woodrush

📋 copy color: '#464434'

red 70 ◦ green 68 ◦ blue 52

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

Shades of Woodrush #464434

Tints of Woodrush #464434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.37%

R = 36.84%
G = 35.79%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#464434 (or 0x464434) is known color: Woodrush. HEX triplet: 46, 44 and 34. RGB value is (70,68,52). Sum of RGB (Red+Green+Blue) = 70+68+52=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #464434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464434 is #B9BBCB. Grayscale: #424242. Windows color (decimal): -12172236 or 3425350. OLE color: 3425350.

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

Color convert

RGB 70 68 52 -
CMYK 0 0.03 0.26 0.73
HSL 53.33º 0.15% 0.24% -
HSV(B) 53.33º 0.26% 0.27% -
XYZ 5.21 5.68 4.07 -
YUV 66.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 70 68 52 0 0.03 0.26 0.73 53.33 0.15 0.24
Hex 46 44 34 0 3 1A 49 35 F 18
Octal 106 104 64 0 3 32 111 65 17 30
Binary 1000110 1000100 110100 0 11 11010 1001001 110101 1111 11000

Color Harmonies of #464434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464434

Black with #464434

Text Example


Text Example

White with #464434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464434; }

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

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

background-color css

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

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

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

border-color css

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

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

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