Html Css Color HEX #464320 Woodrush

📋 copy color: '#464320'

red 70 ◦ green 67 ◦ blue 32

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

Shades of Woodrush #464320

Tints of Woodrush #464320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 41.42%
G = 39.64%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#464320 (or 0x464320) is known color: Woodrush. HEX triplet: 46, 43 and 20. RGB value is (70,67,32). Sum of RGB (Red+Green+Blue) = 70+67+32=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #464320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464320 is #B9BCDF. Grayscale: #404040. Windows color (decimal): -12172512 or 2114374. OLE color: 2114374.

HSL color Cylindrical-coordinate representation of color #464320: hue angle of 55.26º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464320 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 67 32 -
CMYK 0 0.04 0.54 0.73
HSL 55.26º 0.37% 0.2% -
HSV(B) 55.26º 0.54% 0.27% -
XYZ 4.79 5.42 2.16 -
YUV 63.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 70 67 32 0 0.04 0.54 0.73 55.26 0.37 0.2
Hex 46 43 20 0 4 36 49 37 25 14
Octal 106 103 40 0 4 66 111 67 45 24
Binary 1000110 1000011 100000 0 100 110110 1001001 110111 100101 10100

Color Harmonies of #464320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464320

Black with #464320

Text Example


Text Example

White with #464320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464320; }

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

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

background-color css

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

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

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

border-color css

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

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

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