#454124

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

Shades of Woodrush #454124

Tints of Woodrush #454124

Color information

#454124 (or 0x454124) is unknown color: approx Woodrush. HEX triplet: 45, 41 and 24. RGB value is (69,65,36). Sum of RGB (Red+Green+Blue) = 69+65+36=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 69 - color contains mainly: red. Hex color #454124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454124 is #BABEDB. Grayscale: #3F3F3F. Windows color (decimal): -12238556 or 2376005. OLE color: 2376005.

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

Color convert

RGB696536-
CMYK00.060.480.73
HSL52.73º31.43%20.59%-
HSV(B)52.73º47.83%27.06%-
XYZ4.665.172.42-
YUV62.89112.83132.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 40.59%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=40.59%
G=38.24%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69653600.060.480.7352.7331.4320.59
Hex454124063049351f15
Octal105101440660111653725
Binary10001011000001100100011011000010010011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454124; }

 p { color: rgb(69,65,36); }

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

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

 a { background-color: rgb(69,65,36); }

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

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

 span { border-color: rgb(69,65,36); }

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