Html Css Color HEX #46422C Woodrush

📋 copy color: '#46422C'

red 70 ◦ green 66 ◦ blue 44

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

Shades of Woodrush #46422C

Tints of Woodrush #46422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

 BLUE value IS 44 (17.58% from 255) = 24.44%

R = 38.89%
G = 36.67%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#46422C (or 0x46422C) is known color: Woodrush. HEX triplet: 46, 42 and 2C. RGB value is (70,66,44). Sum of RGB (Red+Green+Blue) = 70+66+44=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #46422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46422C is #B9BDD3. Grayscale: #404040. Windows color (decimal): -12172756 or 2900550. OLE color: 2900550.

HSL color Cylindrical-coordinate representation of color #46422C: hue angle of 50.77º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46422C is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 66 44 -
CMYK 0 0.06 0.37 0.73
HSL 50.77º 0.23% 0.22% -
HSV(B) 50.77º 0.37% 0.27% -
XYZ 4.93 5.38 3.16 -
YUV 64.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 70 66 44 0 0.06 0.37 0.73 50.77 0.23 0.22
Hex 46 42 2C 0 6 25 49 33 17 16
Octal 106 102 54 0 6 45 111 63 27 26
Binary 1000110 1000010 101100 0 110 100101 1001001 110011 10111 10110

Color Harmonies of #46422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46422C

Black with #46422C

Text Example


Text Example

White with #46422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46422C; }

 p { color: rgb(70,66,44); }

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

background-color css

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

 a { background-color: rgb(70,66,44); }

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

border-color css

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

 span { border-color: rgb(70,66,44); }

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