#454325

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

Shades of Woodrush #454325

Tints of Woodrush #454325

Color information

#454325 (or 0x454325) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 25. RGB value is (69,67,37). Sum of RGB (Red+Green+Blue) = 69+67+37=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #454325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454325 is #BABCDA. Grayscale: #404040. Windows color (decimal): -12238043 or 2442053. OLE color: 2442053.

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

Color convert

RGB696737-
CMYK00.030.460.73
HSL56.25º30.19%20.78%-
HSV(B)56.25º46.38%27.06%-
XYZ4.85.412.54-
YUV64.18112.66131.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=39.88%
G=38.73%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69673700.030.460.7356.2530.1920.78
Hex454325032E49381e15
Octal105103450356111703625
Binary1000101100001110010101110111010010011110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454325; }

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

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

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

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

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

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

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

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