#464427

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

Shades of Woodrush #464427

Tints of Woodrush #464427

Color information

#464427 (or 0x464427) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 27. RGB value is (70,68,39). Sum of RGB (Red+Green+Blue) = 70+68+39=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #464427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464427 is #B9BBD8. Grayscale: #414141. Windows color (decimal): -12172249 or 2573382. OLE color: 2573382.

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

Color convert

RGB706839-
CMYK00.030.440.73
HSL56.13º28.44%21.37%-
HSV(B)56.13º44.29%27.45%-
XYZ4.965.582.74-
YUV65.29113.16131.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=39.55%
G=38.42%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70683900.030.440.7356.1328.4421.37
Hex464427032C49381c15
Octal106104470354111703425
Binary1000110100010010011101110110010010011110001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464427; }

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

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

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

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

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

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

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

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