Html Css Color HEX #464029 Woodrush

📋 copy color: '#464029'

red 70 ◦ green 64 ◦ blue 41

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

Shades of Woodrush #464029

Tints of Woodrush #464029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

 BLUE value IS 41 (16.41% from 255) = 23.43%

R = 40%
G = 36.57%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#464029 (or 0x464029) is known color: Woodrush. HEX triplet: 46, 40 and 29. RGB value is (70,64,41). Sum of RGB (Red+Green+Blue) = 70+64+41=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464029 is #B9BFD6. Grayscale: #3F3F3F. Windows color (decimal): -12173271 or 2703430. OLE color: 2703430.

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

Color convert

RGB 70 64 41 -
CMYK 0 0.09 0.41 0.73
HSL 47.59º 0.26% 0.22% -
HSV(B) 47.59º 0.41% 0.27% -
XYZ 4.76 5.13 2.84 -
YUV 63.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 70 64 41 0 0.09 0.41 0.73 47.59 0.26 0.22
Hex 46 40 29 0 9 29 49 30 1A 16
Octal 106 100 51 0 11 51 111 60 32 26
Binary 1000110 1000000 101001 0 1001 101001 1001001 110000 11010 10110

Color Harmonies of #464029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464029

Black with #464029

Text Example


Text Example

White with #464029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464029; }

 p { color: rgb(70,64,41); }

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

background-color css

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

 a { background-color: rgb(70,64,41); }

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

border-color css

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

 span { border-color: rgb(70,64,41); }

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