#454132

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

Shades of Woodrush #454132

Tints of Woodrush #454132

Color information

#454132 (or 0x454132) is unknown color: approx Woodrush. HEX triplet: 45, 41 and 32. RGB value is (69,65,50). Sum of RGB (Red+Green+Blue) = 69+65+50=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 69 - color contains mainly: red. Hex color #454132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454132 is #BABECD. Grayscale: #404040. Windows color (decimal): -12238542 or 3293509. OLE color: 3293509.

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

Color convert

RGB696550-
CMYK00.060.280.73
HSL47.37º15.97%23.33%-
HSV(B)47.37º27.54%27.06%-
XYZ4.925.283.78-
YUV64.49119.83131.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=37.5%
G=35.33%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69655000.060.280.7347.3715.9723.33
Hex454132061C492f1017
Octal105101620634111572027
Binary1000101100000111001001101110010010011011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454132; }

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

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

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

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

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

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

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

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