Html Css Color HEX #464229 Woodrush

📋 copy color: '#464229'

red 70 ◦ green 66 ◦ blue 41

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

Shades of Woodrush #464229

Tints of Woodrush #464229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.29%

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

R = 39.55%
G = 37.29%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#464229 (or 0x464229) is known color: Woodrush. HEX triplet: 46, 42 and 29. RGB value is (70,66,41). Sum of RGB (Red+Green+Blue) = 70+66+41=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #464229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464229 is #B9BDD6. Grayscale: #404040. Windows color (decimal): -12172759 or 2703942. OLE color: 2703942.

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

Color convert

RGB 70 66 41 -
CMYK 0 0.06 0.41 0.73
HSL 51.72º 0.26% 0.22% -
HSV(B) 51.72º 0.41% 0.27% -
XYZ 4.87 5.36 2.88 -
YUV 64.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 70 66 41 0 0.06 0.41 0.73 51.72 0.26 0.22
Hex 46 42 29 0 6 29 49 34 1A 16
Octal 106 102 51 0 6 51 111 64 32 26
Binary 1000110 1000010 101001 0 110 101001 1001001 110100 11010 10110

Color Harmonies of #464229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464229

Black with #464229

Text Example


Text Example

White with #464229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464229; }

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

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

background-color css

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

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

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

border-color css

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

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

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