#464430

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

Shades of Woodrush #464430

Tints of Woodrush #464430

Color information

#464430 (or 0x464430) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 30. RGB value is (70,68,48). Sum of RGB (Red+Green+Blue) = 70+68+48=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #464430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464430 is #B9BBCF. Grayscale: #424242. Windows color (decimal): -12172240 or 3163206. OLE color: 3163206.

HSL color Cylindrical-coordinate representation of color #464430: hue angle of 54.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464430 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB706848-
CMYK00.030.310.73
HSL54.55º18.64%23.14%-
HSV(B)54.55º31.43%27.45%-
XYZ5.135.653.62-
YUV66.32117.66130.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=37.63%
G=36.56%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70684800.030.310.7354.5518.6423.14
Hex464430031F49371317
Octal106104600337111672327
Binary100011010001001100000111111110010011101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464430; }

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

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

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

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

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

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

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

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