Html Css Color HEX #464027 Woodrush

📋 copy color: '#464027'

red 70 ◦ green 64 ◦ blue 39

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

Shades of Woodrush #464027

Tints of Woodrush #464027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 40.46%
G = 36.99%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#464027 (or 0x464027) is known color: Woodrush. HEX triplet: 46, 40 and 27. RGB value is (70,64,39). Sum of RGB (Red+Green+Blue) = 70+64+39=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #464027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464027 is #B9BFD8. Grayscale: #3F3F3F. Windows color (decimal): -12173273 or 2572358. OLE color: 2572358.

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

Color convert

RGB 70 64 39 -
CMYK 0 0.09 0.44 0.73
HSL 48.39º 0.28% 0.21% -
HSV(B) 48.39º 0.44% 0.27% -
XYZ 4.73 5.12 2.66 -
YUV 62.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 70 64 39 0 0.09 0.44 0.73 48.39 0.28 0.21
Hex 46 40 27 0 9 2C 49 30 1C 15
Octal 106 100 47 0 11 54 111 60 34 25
Binary 1000110 1000000 100111 0 1001 101100 1001001 110000 11100 10101

Color Harmonies of #464027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464027

Black with #464027

Text Example


Text Example

White with #464027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464027; }

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

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

background-color css

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

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

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

border-color css

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

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

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