Html Css Color HEX #464432 Woodrush

📋 copy color: '#464432'

red 70 ◦ green 68 ◦ blue 50

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

Shades of Woodrush #464432

Tints of Woodrush #464432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 37.23%
G = 36.17%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#464432 (or 0x464432) is known color: Woodrush. HEX triplet: 46, 44 and 32. RGB value is (70,68,50). Sum of RGB (Red+Green+Blue) = 70+68+50=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #464432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464432 is #B9BBCD. Grayscale: #424242. Windows color (decimal): -12172238 or 3294278. OLE color: 3294278.

HSL color Cylindrical-coordinate representation of color #464432: hue angle of 54º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #464432 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 50 -
CMYK 0 0.03 0.29 0.73
HSL 54º 0.17% 0.24% -
HSV(B) 54º 0.29% 0.27% -
XYZ 5.17 5.67 3.84 -
YUV 66.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 70 68 50 0 0.03 0.29 0.73 54 0.17 0.24
Hex 46 44 32 0 3 1D 49 36 11 18
Octal 106 104 62 0 3 35 111 66 21 30
Binary 1000110 1000100 110010 0 11 11101 1001001 110110 10001 11000

Color Harmonies of #464432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464432

Black with #464432

Text Example


Text Example

White with #464432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464432; }

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

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

background-color css

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

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

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

border-color css

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

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

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