#454331

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

Shades of Woodrush #454331

Tints of Woodrush #454331

Color information

#454331 (or 0x454331) is unknown color: approx Woodrush. HEX triplet: 45, 43 and 31. RGB value is (69,67,49). Sum of RGB (Red+Green+Blue) = 69+67+49=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 69 - color contains mainly: red. Hex color #454331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454331 is #BABCCE. Grayscale: #414141. Windows color (decimal): -12238031 or 3228485. OLE color: 3228485.

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

Color convert

RGB696749-
CMYK00.030.290.73
HSL54º16.95%23.14%-
HSV(B)54º28.99%27.06%-
XYZ5.025.53.7-
YUV65.55118.66130.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=37.30%
G=36.22%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69674900.030.290.735416.9523.14
Hex454331031D49361117
Octal105103610335111662127
Binary100010110000111100010111110110010011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454331; }

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

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

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

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

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

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

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

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