Html Css Color HEX #464332 Woodrush

📋 copy color: '#464332'

red 70 ◦ green 67 ◦ blue 50

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

Shades of Woodrush #464332

Tints of Woodrush #464332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

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

R = 37.43%
G = 35.83%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#464332 (or 0x464332) is known color: Woodrush. HEX triplet: 46, 43 and 32. RGB value is (70,67,50). Sum of RGB (Red+Green+Blue) = 70+67+50=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #464332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464332 is #B9BCCD. Grayscale: #424242. Windows color (decimal): -12172494 or 3294022. OLE color: 3294022.

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

Color convert

RGB 70 67 50 -
CMYK 0 0.04 0.29 0.73
HSL 51º 0.17% 0.24% -
HSV(B) 51º 0.29% 0.27% -
XYZ 5.11 5.55 3.82 -
YUV 65.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 70 67 50 0 0.04 0.29 0.73 51 0.17 0.24
Hex 46 43 32 0 4 1D 49 33 11 18
Octal 106 103 62 0 4 35 111 63 21 30
Binary 1000110 1000011 110010 0 100 11101 1001001 110011 10001 11000

Color Harmonies of #464332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464332

Black with #464332

Text Example


Text Example

White with #464332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464332; }

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

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

background-color css

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

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

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

border-color css

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

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

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