Html Css Color HEX #46441F Woodrush

📋 copy color: '#46441F'

red 70 ◦ green 68 ◦ blue 31

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

Shades of Woodrush #46441F

Tints of Woodrush #46441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.34%

R = 41.42%
G = 40.24%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46441F (or 0x46441F) is known color: Woodrush. HEX triplet: 46, 44 and 1F. RGB value is (70,68,31). Sum of RGB (Red+Green+Blue) = 70+68+31=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46441F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46441F is #B9BBE0. Grayscale: #404040. Windows color (decimal): -12172257 or 2049094. OLE color: 2049094.

HSL color Cylindrical-coordinate representation of color #46441F: hue angle of 56.92º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46441F is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 31 -
CMYK 0 0.03 0.56 0.73
HSL 56.92º 0.39% 0.2% -
HSV(B) 56.92º 0.56% 0.27% -
XYZ 4.84 5.54 2.11 -
YUV 64.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 70 68 31 0 0.03 0.56 0.73 56.92 0.39 0.2
Hex 46 44 1F 0 3 38 49 39 27 14
Octal 106 104 37 0 3 70 111 71 47 24
Binary 1000110 1000100 11111 0 11 111000 1001001 111001 100111 10100

Color Harmonies of #46441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46441F

Black with #46441F

Text Example


Text Example

White with #46441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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