#454326

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

Shades of Woodrush #454326

Tints of Woodrush #454326

Color information

#454326 (or 0x454326) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 26. RGB value is (69,67,38). Sum of RGB (Red+Green+Blue) = 69+67+38=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 69 - color contains mainly: red. Hex color #454326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454326 is #BABCD9. Grayscale: #404040. Windows color (decimal): -12238042 or 2507589. OLE color: 2507589.

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

Color convert

RGB696738-
CMYK00.030.450.73
HSL56.13º28.97%20.98%-
HSV(B)56.13º44.93%27.06%-
XYZ4.815.422.63-
YUV64.29113.16131.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.66%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=39.66%
G=38.51%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69673800.030.450.7356.1328.9720.98
Hex454326032D49381d15
Octal105103460355111703525
Binary1000101100001110011001110110110010011110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454326; }

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

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

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

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

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

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

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

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