Html Css Color HEX #46441D Woodrush

📋 copy color: '#46441D'

red 70 ◦ green 68 ◦ blue 29

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

Shades of Woodrush #46441D

Tints of Woodrush #46441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.37%

R = 41.92%
G = 40.72%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#46441D (or 0x46441D) is known color: Woodrush. HEX triplet: 46, 44 and 1D. RGB value is (70,68,29). Sum of RGB (Red+Green+Blue) = 70+68+29=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46441D is #B9BBE2. Grayscale: #404040. Windows color (decimal): -12172259 or 1918022. OLE color: 1918022.

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

Color convert

RGB 70 68 29 -
CMYK 0 0.03 0.59 0.73
HSL 57.07º 0.41% 0.19% -
HSV(B) 57.07º 0.59% 0.27% -
XYZ 4.81 5.53 1.98 -
YUV 64.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 70 68 29 0 0.03 0.59 0.73 57.07 0.41 0.19
Hex 46 44 1D 0 3 3B 49 39 29 13
Octal 106 104 35 0 3 73 111 71 51 23
Binary 1000110 1000100 11101 0 11 111011 1001001 111001 101001 10011

Color Harmonies of #46441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46441D

Black with #46441D

Text Example


Text Example

White with #46441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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