#464525

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

Shades of Woodrush #464525

Tints of Woodrush #464525

Color information

#464525 (or 0x464525) is unknown color: approx Woodrush. HEX triplet: 46, 45 and 25. RGB value is (70,69,37). Sum of RGB (Red+Green+Blue) = 70+69+37=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #464525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464525 is #B9BADA. Grayscale: #414141. Windows color (decimal): -12171995 or 2442566. OLE color: 2442566.

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

Color convert

RGB706937-
CMYK00.010.470.73
HSL58.18º30.84%20.98%-
HSV(B)58.18º47.14%27.45%-
XYZ4.995.692.59-
YUV65.65111.83131.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=39.77%
G=39.20%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70693700.010.470.7358.1830.8420.98
Hex464525012F493a1f15
Octal106105450157111723725
Binary100011010001011001010110111110010011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464525; }

 p { color: rgb(70,69,37); }

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

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

 a { background-color: rgb(70,69,37); }

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

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

 span { border-color: rgb(70,69,37); }

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