Html Css Color HEX #464326 Woodrush

📋 copy color: '#464326'

red 70 ◦ green 67 ◦ blue 38

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

Shades of Woodrush #464326

Tints of Woodrush #464326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 40%
G = 38.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#464326 (or 0x464326) is known color: Woodrush. HEX triplet: 46, 43 and 26. RGB value is (70,67,38). Sum of RGB (Red+Green+Blue) = 70+67+38=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464326 is #B9BCD9. Grayscale: #404040. Windows color (decimal): -12172506 or 2507590. OLE color: 2507590.

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

Color convert

RGB 70 67 38 -
CMYK 0 0.04 0.46 0.73
HSL 54.38º 0.3% 0.21% -
HSV(B) 54.38º 0.46% 0.27% -
XYZ 4.88 5.46 2.63 -
YUV 64.59 112.99 131.86 -
System Red Green Blue C M Y K H S L
Decimal 70 67 38 0 0.04 0.46 0.73 54.38 0.3 0.21
Hex 46 43 26 0 4 2E 49 36 1E 15
Octal 106 103 46 0 4 56 111 66 36 25
Binary 1000110 1000011 100110 0 100 101110 1001001 110110 11110 10101

Color Harmonies of #464326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464326

Black with #464326

Text Example


Text Example

White with #464326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464326; }

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

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

background-color css

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

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

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

border-color css

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

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

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