Html Css Color HEX #46412F Woodrush

📋 copy color: '#46412F'

red 70 ◦ green 65 ◦ blue 47

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

Shades of Woodrush #46412F

Tints of Woodrush #46412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 38.46%
G = 35.71%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#46412F (or 0x46412F) is known color: Woodrush. HEX triplet: 46, 41 and 2F. RGB value is (70,65,47). Sum of RGB (Red+Green+Blue) = 70+65+47=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #46412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46412F is #B9BED0. Grayscale: #404040. Windows color (decimal): -12173009 or 3096902. OLE color: 3096902.

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

Color convert

RGB 70 65 47 -
CMYK 0 0.07 0.33 0.73
HSL 46.96º 0.2% 0.23% -
HSV(B) 46.96º 0.33% 0.27% -
XYZ 4.93 5.29 3.45 -
YUV 64.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 70 65 47 0 0.07 0.33 0.73 46.96 0.2 0.23
Hex 46 41 2F 0 7 21 49 2F 14 17
Octal 106 101 57 0 7 41 111 57 24 27
Binary 1000110 1000001 101111 0 111 100001 1001001 101111 10100 10111

Color Harmonies of #46412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46412F

Black with #46412F

Text Example


Text Example

White with #46412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,65,47); }

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

background-color css

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

 a { background-color: rgb(70,65,47); }

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

border-color css

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

 span { border-color: rgb(70,65,47); }

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