Html Css Color HEX #464334 Woodrush

📋 copy color: '#464334'

red 70 ◦ green 67 ◦ blue 52

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

Shades of Woodrush #464334

Tints of Woodrush #464334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 37.04%
G = 35.45%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#464334 (or 0x464334) is known color: Woodrush. HEX triplet: 46, 43 and 34. RGB value is (70,67,52). Sum of RGB (Red+Green+Blue) = 70+67+52=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 70 - color contains mainly: red. Hex color #464334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464334 is #B9BCCB. Grayscale: #424242. Windows color (decimal): -12172492 or 3425094. OLE color: 3425094.

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

Color convert

RGB 70 67 52 -
CMYK 0 0.04 0.26 0.73
HSL 50º 0.15% 0.24% -
HSV(B) 50º 0.26% 0.27% -
XYZ 5.15 5.56 4.05 -
YUV 66.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 70 67 52 0 0.04 0.26 0.73 50 0.15 0.24
Hex 46 43 34 0 4 1A 49 32 F 18
Octal 106 103 64 0 4 32 111 62 17 30
Binary 1000110 1000011 110100 0 100 11010 1001001 110010 1111 11000

Color Harmonies of #464334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464334

Black with #464334

Text Example


Text Example

White with #464334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464334; }

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

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

background-color css

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

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

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

border-color css

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

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

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