Html Css Color HEX #464129 Woodrush

📋 copy color: '#464129'

red 70 ◦ green 65 ◦ blue 41

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

Shades of Woodrush #464129

Tints of Woodrush #464129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

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

R = 39.77%
G = 36.93%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#464129 (or 0x464129) is known color: Woodrush. HEX triplet: 46, 41 and 29. RGB value is (70,65,41). Sum of RGB (Red+Green+Blue) = 70+65+41=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #464129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464129 is #B9BED6. Grayscale: #3F3F3F. Windows color (decimal): -12173015 or 2703686. OLE color: 2703686.

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

Color convert

RGB 70 65 41 -
CMYK 0 0.07 0.41 0.73
HSL 49.66º 0.26% 0.22% -
HSV(B) 49.66º 0.41% 0.27% -
XYZ 4.82 5.24 2.86 -
YUV 63.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 70 65 41 0 0.07 0.41 0.73 49.66 0.26 0.22
Hex 46 41 29 0 7 29 49 32 1A 16
Octal 106 101 51 0 7 51 111 62 32 26
Binary 1000110 1000001 101001 0 111 101001 1001001 110010 11010 10110

Color Harmonies of #464129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464129

Black with #464129

Text Example


Text Example

White with #464129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464129; }

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

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

background-color css

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

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

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

border-color css

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

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

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