#454425

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

Shades of Woodrush #454425

Tints of Woodrush #454425

Color information

#454425 (or 0x454425) is unknown color: approx Woodrush. HEX triplet: 45, 44 and 25. RGB value is (69,68,37). Sum of RGB (Red+Green+Blue) = 69+68+37=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 69 - color contains mainly: red. Hex color #454425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454425 is #BABBDA. Grayscale: #404040. Windows color (decimal): -12237787 or 2442309. OLE color: 2442309.

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

Color convert

RGB696837-
CMYK00.010.460.73
HSL58.12º30.19%20.78%-
HSV(B)58.12º46.38%27.06%-
XYZ4.865.532.56-
YUV64.76112.33131.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=39.66%
G=39.08%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69683700.010.460.7358.1230.1920.78
Hex454425012E493a1e15
Octal105104450156111723625
Binary100010110001001001010110111010010011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454425; }

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

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

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

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

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

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

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

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