#464127

Color #464127 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #464127

Tints of Woodrush #464127

Color information

#464127 (or 0x464127) is unknown color: approx Woodrush. HEX triplet: 46, 41 and 27. RGB value is (70,65,39). Sum of RGB (Red+Green+Blue) = 70+65+39=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #464127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464127 is #B9BED8. Grayscale: #3F3F3F. Windows color (decimal): -12173017 or 2572614. OLE color: 2572614.

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

Color convert

RGB706539-
CMYK00.070.440.73
HSL50.32º28.44%21.37%-
HSV(B)50.32º44.29%27.45%-
XYZ4.785.232.68-
YUV63.53114.16132.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=40.23%
G=37.36%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70653900.070.440.7350.3228.4421.37
Hex464127072C49321c15
Octal106101470754111623425
Binary10001101000001100111011110110010010011100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464127; }

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

 H1.HeaderClassName
 {
   color: #464127;
 }
 .AnyTagClassName
 {
   color: #464127;
 }
</style>
background-color css

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

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

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

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

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

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