Html Css Color HEX #464026 Woodrush

📋 copy color: '#464026'

red 70 ◦ green 64 ◦ blue 38

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

Shades of Woodrush #464026

Tints of Woodrush #464026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.21%

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

R = 40.7%
G = 37.21%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#464026 (or 0x464026) is known color: Woodrush. HEX triplet: 46, 40 and 26. RGB value is (70,64,38). Sum of RGB (Red+Green+Blue) = 70+64+38=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #464026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464026 is #B9BFD9. Grayscale: #3E3E3E. Windows color (decimal): -12173274 or 2506822. OLE color: 2506822.

HSL color Cylindrical-coordinate representation of color #464026: hue angle of 48.75º 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 #464026 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 64 38 -
CMYK 0 0.09 0.46 0.73
HSL 48.75º 0.3% 0.21% -
HSV(B) 48.75º 0.46% 0.27% -
XYZ 4.71 5.11 2.57 -
YUV 62.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 70 64 38 0 0.09 0.46 0.73 48.75 0.3 0.21
Hex 46 40 26 0 9 2E 49 31 1E 15
Octal 106 100 46 0 11 56 111 61 36 25
Binary 1000110 1000000 100110 0 1001 101110 1001001 110001 11110 10101

Color Harmonies of #464026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464026

Black with #464026

Text Example


Text Example

White with #464026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464026; }

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

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

background-color css

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

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

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

border-color css

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

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

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