Html Css Color HEX #464431 Woodrush

📋 copy color: '#464431'

red 70 ◦ green 68 ◦ blue 49

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

Shades of Woodrush #464431

Tints of Woodrush #464431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.2%

R = 37.43%
G = 36.36%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#464431 (or 0x464431) is known color: Woodrush. HEX triplet: 46, 44 and 31. RGB value is (70,68,49). Sum of RGB (Red+Green+Blue) = 70+68+49=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #464431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464431 is #B9BBCE. Grayscale: #424242. Windows color (decimal): -12172239 or 3228742. OLE color: 3228742.

HSL color Cylindrical-coordinate representation of color #464431: hue angle of 54.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464431 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 49 -
CMYK 0 0.03 0.30 0.73
HSL 54.29º 0.18% 0.23% -
HSV(B) 54.29º 0.3% 0.27% -
XYZ 5.15 5.66 3.73 -
YUV 66.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 70 68 49 0 0.03 0.30 0.73 54.29 0.18 0.23
Hex 46 44 31 0 3 1E 49 36 12 17
Octal 106 104 61 0 3 36 111 66 22 27
Binary 1000110 1000100 110001 0 11 11110 1001001 110110 10010 10111

Color Harmonies of #464431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464431

Black with #464431

Text Example


Text Example

White with #464431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464431; }

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

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

background-color css

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

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

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

border-color css

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

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

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